From 8350238b8c861c44bddb2eeed97de714d7ea0ad3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 3 Nov 2016 12:29:57 +0100 Subject: [PATCH] Polish doc See gh-5137 --- .../src/main/asciidoc/using-spring-boot.adoc | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index d583a6b180b..507396dbe50 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -814,23 +814,8 @@ Project`) will have the same effect. ==== You can also start your application via the supported build plugins (i.e. Maven and Gradle) as long as forking is enabled since DevTools need an isolated application -classloader to operate properly. Gradle does this by default and you can force the Maven -plugin to fork the process as follows: - -[source,xml,indent=0,subs="verbatim,quotes,attributes"] ----- - - - - org.springframework.boot - spring-boot-maven-plugin - - true - - - - ----- +classloader to operate properly. Gradle and Maven do that by default when they detect +DevTools on the classpath. ====