update 优化 powerjob-server 对接 monitor-admin 监控

This commit is contained in:
疯狂的狮子Li
2023-06-17 00:52:19 +08:00
parent bda0e0ec64
commit 77a849992e
6 changed files with 43 additions and 241 deletions

View File

@@ -21,3 +21,10 @@ oms.akka.port=10086
oms.http.port=10010
# Prefix for all tables. Default empty string. Config if you have needs, i.e. pj_
oms.table-prefix=pj_
# Actuator 监控端点的配置项
spring.application.name: ruoyi-powerjob-server
management.endpoints.web.exposure.include=*
management.endpoint.health.show-details=ALWAYS
management.endpoint.logfile.external-file=./logs/ruoyi-powerjob-server.log
management.health.mongo.enabled=${oms.mongodb.enable}