https://kotlinlang.org logo
#intellij
Title
# intellij
s

Scott White

05/09/2019, 5:13 PM
how do we get InteliJ/Gradle to recompile a Spring Boot app when debugging?
s

sitepodmatt

05/09/2019, 6:46 PM
There is a watch task that does incremental compilation but unless I missed something there is no Edit&Continue like C#
s

Scott White

05/10/2019, 6:27 PM
So things like commenting out a println in a controller will not recompile until restart?