Skip to content

Commit 10d3121

Browse files
committed
Polish "Triggering a restart" formatting
See gh-24271
1 parent 0503079 commit 10d3121

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,10 +708,11 @@ Note that certain resources, such as static assets and view templates, <<using-b
708708
.Triggering a restart
709709
****
710710
As DevTools monitors classpath resources, the only way to trigger a restart is to update the classpath.
711-
The way in which you cause the classpath to be updated depends on the IDE that you are using.
712-
In Eclipse, saving a modified file causes the classpath to be updated and triggers a restart.
713-
In IntelliJ IDEA, building the project (`Build +->+ Build Project`) has the same effect.
714-
If using a build plugin, running `mvn compile` for Maven or `gradle build` for Gradle will trigger a restart.
711+
The way in which you cause the classpath to be updated depends on the IDE that you are using:
712+
713+
* In Eclipse, saving a modified file causes the classpath to be updated and triggers a restart.
714+
* In IntelliJ IDEA, building the project (`Build +->+ Build Project`) has the same effect.
715+
* If using a build plugin, running `mvn compile` for Maven or `gradle build` for Gradle will trigger a restart.
715716
****
716717

717718
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.

0 commit comments

Comments
 (0)