1. Add the following to build.gradle
compile("org.springframework.boot:spring-boot-devtools")
2. Check the automatic build in IntelliJ IDEA Settings → Compile
3. Type "Registry" in the window that pops up with Ctrl + Shift + A and check compiler.automake.allow.when.app.running
Recommended Posts