Closes gh-16094
This commit is contained in:
Johnny Lim
2019-03-05 11:53:49 +09:00
committed by Stephane Nicoll
parent d83a614bd9
commit 4a738e3c49
2 changed files with 3 additions and 3 deletions

View File

@@ -767,7 +767,7 @@ special classloader, then it is considered a "`production application`". If that
apply to you (i.e. if you run your application from a container), consider excluding
devtools or set the `-Dspring.devtools.restart.enabled=false` system property.
TIP: Flagging the dependency as optional in Maven or using a custom`developmentOnly`
TIP: Flagging the dependency as optional in Maven or using a custom `developmentOnly`
configuration in Gradle (as shown above) is a best practice that prevents devtools from
being transitively applied to other modules that use your project.