Commit 9dfd766d authored by Phillip Webb's avatar Phillip Webb

Merge pull request #24271 from CubeOfCheese

* pr/24271:
  Polish "Triggering a restart" formatting
  Document devtools restart with Maven/Gradle

Closes gh-24271
parents 89642f0c 10d3121e
...@@ -708,9 +708,11 @@ Note that certain resources, such as static assets and view templates, <<using-b ...@@ -708,9 +708,11 @@ Note that certain resources, such as static assets and view templates, <<using-b
.Triggering a restart .Triggering a restart
**** ****
As DevTools monitors classpath resources, the only way to trigger a restart is to update the classpath. 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. 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. * 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. 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment