Closes gh-16299
This commit is contained in:
Johnny Lim
2019-03-25 22:15:47 +09:00
committed by Stephane Nicoll
parent 89f93b28d7
commit 40d0d6b113
4 changed files with 5 additions and 5 deletions

View File

@@ -770,7 +770,7 @@ apply to you (i.e. if you run your application from a container), consider exclu
devtools or set the `-Dspring.devtools.restart.enabled=false` system property.
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
configuration in Gradle (as shown above) is a best practice that prevents devtools from
being transitively applied to other modules that use your project.
TIP: Repackaged archives do not contain devtools by default. If you want to use a