feat:添加健康检查相关配置
This commit is contained in:
@@ -41,4 +41,11 @@ sa-token:
|
||||
# token 风格(默认可取值:uuid、simple-uuid、random-32、random-64、random-128、tik)
|
||||
token-style: uuid
|
||||
# 是否输出操作日志
|
||||
is-log: true
|
||||
is-log: true
|
||||
|
||||
# 健康检查配置
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
exposure:
|
||||
include: health,info # 或 "*"
|
||||
Reference in New Issue
Block a user