refactor(server): 增加优雅重启

This commit is contained in:
jinhaiyang 2024-06-04 16:48:24 +08:00
parent b5773c26b9
commit 1727bb1188

View File

@ -14,6 +14,11 @@ spring:
include: swagger
main:
allow-bean-definition-overriding: true
lifecycle:
timeout-per-shutdown-phase: 30s
server:
shutdown: graceful
mybatis-plus:
type-enums-package: cn.axzo.tyr.client.model.enums