how do we get InteliJ/Gradle to recompile a Spring...
# intellij
s
how do we get InteliJ/Gradle to recompile a Spring Boot app when debugging?
s
There is a watch task that does incremental compilation but unless I missed something there is no Edit&Continue like C#
s
So things like commenting out a println in a controller will not recompile until restart?