mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
The application context shutdownHook is not needed for WAR deployments, and we should let the Servlet container handle the application lifecycle here. Closes gh-19398