Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2017-06-06 16:04:29 +02:00
3 changed files with 73 additions and 3 deletions

View File

@@ -777,6 +777,10 @@ NOTE: When deciding if an entry on the classpath should trigger a restart when i
DevTools automatically ignores projects named `spring-boot`, `spring-boot-devtools`,
`spring-boot-autoconfigure`, `spring-boot-actuator`, and `spring-boot-starter`.
NOTE: DevTools needs to customize the `ResourceLoader` used by the `ApplicationContext`:
if your application provides one already, it is going to be wrapped. Direct override of
the `getResource` method on the `ApplicationContext` is not supported.
[[using-spring-boot-restart-vs-reload]]
.Restart vs Reload
****