Spring Boot + Spring-Loaded (IntelliJ, Gradle)
You need to configure the project as stated in the documentation: http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#howto-reload-springloaded-gradle-and-intellij-idea After that, you must configure your IDE to output the compiled classes in build/classes/main (with Idea plugin, you can configure the outputDir as specified in the above link, and then invoke gradle idea to have it done). Then, if you launch the task … Read more