Skip to content

Commit 0fd7739

Browse files
committed
Polish doc
See gh-6147
1 parent a4035f6 commit 0fd7739

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -817,10 +817,9 @@ Project`) will have the same effect.
817817
====
818818
You can also start your application via the supported build plugins (i.e. Maven and
819819
Gradle) as long as forking is enabled since DevTools need an isolated application
820-
classloader to operate properly. You can force the plugin to fork the process as
821-
follows:
820+
classloader to operate properly. Gradle does this by default and you can force the Maven
821+
plugin to fork the process as follows:
822822
823-
.Maven
824823
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
825824
----
826825
<build>
@@ -836,13 +835,6 @@ follows:
836835
</build>
837836
----
838837
839-
.Gradle
840-
[source,groovy,indent=0,subs="verbatim,attributes"]
841-
----
842-
bootRun {
843-
addResources = true
844-
}
845-
----
846838
====
847839

848840
TIP: Automatic restart works very well when used with LiveReload.

0 commit comments

Comments
 (0)