update 优化 更新easy-retry-server无法监控解决方案

This commit is contained in:
疯狂的狮子Li
2024-03-28 15:06:27 +08:00
parent e91f02d23a
commit 123bb92fed

View File

@@ -28,9 +28,6 @@ logging:
config: classpath:logback-plus.xml
management:
# 解决 er 服务有 context-path 无法监控问题
server:
port: 8801
endpoints:
web:
exposure:
@@ -51,6 +48,9 @@ spring:
# 注册组
group: @nacos.discovery.group@
namespace: ${spring.profiles.active}
metadata:
# 解决 er 服务有 context-path 无法监控问题
management.context-path: ${server.servlet.context-path}/actuator
config:
# 配置组
group: @nacos.config.group@