\344\274\230\351\233\205shutdown.md
... ...
@@ -13,7 +13,10 @@
13 13
14 14
### 2.1 配置 Spring 优雅关闭机制
15 15
16
-通过配置 Spring 的优雅关闭机制,可以在 JVM 关闭时优雅地关闭 Spring 应用上下文,避免数据丢失。
16
+通过配置 Spring 的优雅关闭机制,可以在 JVM 关闭时优雅地关闭 Spring 应用上下文,避免数据丢失。
17
+
18
+1. 检查容器配置中,是否配置了`terminationGracePeriodSeconds`字段,不配置(默认为30)或配置为30即可
19
+2. 需要在application-dev.properties文件里添加如下配置
17 20
18 21
#### 配置文件(application.properties)
19 22
```properties