diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using-spring-boot.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using-spring-boot.adoc index e39dddcfb3d9..3aa638388a29 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using-spring-boot.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using-spring-boot.adoc @@ -586,9 +586,11 @@ Note that certain resources, such as static assets and view templates, <+ Build Project`) has the same effect. +The way in which you cause the classpath to be updated depends on the IDE that you are using: + +* In Eclipse, saving a modified file causes the classpath to be updated and triggers a restart. +* In IntelliJ IDEA, building the project (`Build +->+ Build Project`) has the same effect. +* If using a build plugin, running `mvn compile` for Maven or `gradle build` for Gradle will trigger a restart. **** NOTE: As long as forking is enabled, you can also start your application by using the supported build plugins (Maven and Gradle), since DevTools needs an isolated application classloader to operate properly.