Commit 7d2ea8fb authored by Andy Wilkinson's avatar Andy Wilkinson

Document project names that are excluded from triggering a restart

Closes gh-4673
parent 4581853b
...@@ -965,6 +965,10 @@ NOTE: DevTools relies on the application context's shutdown hook to close it dur ...@@ -965,6 +965,10 @@ NOTE: DevTools relies on the application context's shutdown hook to close it dur
restart. It will not work correctly if you have disabled the shutdown hook ( restart. It will not work correctly if you have disabled the shutdown hook (
`SpringApplication.setRegisterShutdownHook(false)`). `SpringApplication.setRegisterShutdownHook(false)`).
NOTE: When deciding if an entry on the classpath should trigger a restart when it changes,
DevTools automatically ignores projects named `spring-boot`, `spring-boot-devtools`,
`spring-boot-autoconfigure`, `spring-boot-actuator`, and `spring-boot-starter`.
[[using-spring-boot-restart-vs-reload]] [[using-spring-boot-restart-vs-reload]]
.Restart vs Reload .Restart vs Reload
**** ****
......
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