refactor(server): 增加优雅重启
This commit is contained in:
parent
b5773c26b9
commit
1727bb1188
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user