mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-09 13:49:14 +00:00
update 优化 更新easy-retry-server无法监控解决方案
This commit is contained in:
@@ -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@
|
||||
|
Reference in New Issue
Block a user