Skip to content

Commit 30717b6

Browse files
committed
Merge branch '2.2.x' into 2.3.x
2 parents 445c6b8 + 4f95486 commit 30717b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,8 @@ The way in which you cause the classpath to be updated depends on the IDE that y
593593
* If using a build plugin, running `mvn compile` for Maven or `gradle build` for Gradle will trigger a restart.
594594
****
595595

596-
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.
597-
By default, the Gradle and Maven plugins fork the application process.
596+
NOTE: If you are restarting with Maven or Gradle using the build plugin you must leave the `forking` set to `enabled`.
597+
If you disable forking, the isolated application classloader used by devtools will not be created and restarts will not operate properly.
598598

599599
TIP: Automatic restart works very well when used with LiveReload.
600600
<<using-boot-devtools-livereload,See the LiveReload section>> for details.

0 commit comments

Comments
 (0)