fix 修复 ruoyi-xxl-job-admin 服务健康检查配置缺失问题
parent
63e9fc3b71
commit
feb9c14155
|
|
@ -41,6 +41,15 @@ management:
|
||||||
health:
|
health:
|
||||||
mail:
|
mail:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
endpoints:
|
||||||
|
web:
|
||||||
|
exposure:
|
||||||
|
include: '*'
|
||||||
|
endpoint:
|
||||||
|
health:
|
||||||
|
show-details: ALWAYS
|
||||||
|
logfile:
|
||||||
|
external-file: ./logs/${spring.application.name}/console.log
|
||||||
|
|
||||||
# xxljob系统配置
|
# xxljob系统配置
|
||||||
xxl:
|
xxl:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue