Spring Boot 在关闭时,假如有哀求没有相应完,在差别的容器会出现差别的效果,比方,在 Tomcat 和 Undertow 中会出现制止非常,那么就有大概对业务造成影响。以是,优雅停机非常有须要性,现在官方是没有提供很好的计谋来实现。
Each SpringApplication registers a shutdown hook with the JVM to ensure that the ApplicationContext closes gracefully on exit. All the standard Spring lifecycle callbacks (such as the DisposableBean interface or the @PreDestroy annotation) can be used.