mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-24 13:05:08 +00:00
update 优化 更新easy-retry-server无法监控解决方案
This commit is contained in:
@@ -28,9 +28,6 @@ logging:
|
|||||||
config: classpath:logback-plus.xml
|
config: classpath:logback-plus.xml
|
||||||
|
|
||||||
management:
|
management:
|
||||||
# 解决 er 服务有 context-path 无法监控问题
|
|
||||||
server:
|
|
||||||
port: 8801
|
|
||||||
endpoints:
|
endpoints:
|
||||||
web:
|
web:
|
||||||
exposure:
|
exposure:
|
||||||
@@ -51,6 +48,9 @@ spring:
|
|||||||
# 注册组
|
# 注册组
|
||||||
group: @nacos.discovery.group@
|
group: @nacos.discovery.group@
|
||||||
namespace: ${spring.profiles.active}
|
namespace: ${spring.profiles.active}
|
||||||
|
metadata:
|
||||||
|
# 解决 er 服务有 context-path 无法监控问题
|
||||||
|
management.context-path: ${server.servlet.context-path}/actuator
|
||||||
config:
|
config:
|
||||||
# 配置组
|
# 配置组
|
||||||
group: @nacos.config.group@
|
group: @nacos.config.group@
|
||||||
|
Reference in New Issue
Block a user