Commit 65986503 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix glitch in doc

Closes gh-8921
parent 383640d5
...@@ -90,7 +90,7 @@ include::../gradle/packaging/boot-jar-manifest-main-class.gradle[tags=main-class ...@@ -90,7 +90,7 @@ include::../gradle/packaging/boot-jar-manifest-main-class.gradle[tags=main-class
By default, Spring Boot's Devtools module, By default, Spring Boot's Devtools module,
`org.springframework.boot:spring-boot-devtools`, will be excluded from an executable jar `org.springframework.boot:spring-boot-devtools`, will be excluded from an executable jar
or war. If you want to include Devtools in your archive set the `excludeDevtools` or war. If you want to include Devtools in your archive set the `excludeDevtools`
property to `true`: property to `false`:
[source,groovy,indent=0,subs="verbatim"] [source,groovy,indent=0,subs="verbatim"]
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment