Fix glitch in doc

Closes gh-8921
This commit is contained in:
Stephane Nicoll
2017-04-18 09:36:05 +02:00
parent 383640d5ec
commit 65986503c1

View File

@@ -90,7 +90,7 @@ include::../gradle/packaging/boot-jar-manifest-main-class.gradle[tags=main-class
By default, Spring Boot's Devtools module,
`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`
property to `true`:
property to `false`:
[source,groovy,indent=0,subs="verbatim"]
----