Fork application process with Maven by default

Closes gh-16945
This commit is contained in:
Stephane Nicoll
2019-05-23 14:36:16 +02:00
parent 3432044997
commit a5537bd2e1
15 changed files with 37 additions and 191 deletions

View File

@@ -829,8 +829,8 @@ and triggers a restart. In IntelliJ IDEA, building the project
====
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. By default, Gradle and Maven do that when they detect
DevTools on the classpath.
classloader to operate properly. By default, the Gradle and Maven plugins fork the
application process.
====