Skip to content

Commit

Permalink
Merge branch '2.2.x' into 2.3.x
Browse files Browse the repository at this point in the history
Closes gh-24409
  • Loading branch information
philwebb committed Dec 9, 2020
2 parents 06531b9 + 9dfd766 commit 445c6b8
Showing 1 changed file with 5 additions and 3 deletions.
Expand Up @@ -586,9 +586,11 @@ Note that certain resources, such as static assets and view templates, <<using-b
.Triggering a restart
****
As DevTools monitors classpath resources, the only way to trigger a restart is to update the classpath.
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.
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.
Expand Down

0 comments on commit 445c6b8

Please sign in to comment.