We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d2ae5 commit 0061e84Copy full SHA for 0061e84
spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc
@@ -886,6 +886,10 @@ NOTE: If you use JRebel automatic restarts will be disabled in favor of dynamic
886
reloading. Other devtools features (such as LiveReload and property overrides) can still
887
be used.
888
889
+NOTE: DevTools relies on the application context's shutdown hook to close it during a
890
+restart. It will not work correctly if you have disabled the shutdown hook (
891
+`SpringApplication.setRegisterShutdownHook(false)`).
892
+
893
.Restart vs Reload
894
****
895
The restart technology provided by Spring Boot works by using two classloaders.
0 commit comments