Open xhyzwd opened 4 years ago
遇到同样问题, 我是采用了Nacos (不同注册中心有不同处理方案),
spring: main: allow-bean-definition-overriding: true application: name: xxl-job-admin cloud: nacos: discovery: server-addr: ${NACOSHOST:nacos}:${NACOSPORT:8848}
下面是关键,根据你配置的 ${server.servlet.context-path} 上下文
metadata: management: context-path: /xxl-job-admin/actuator
xxl-job-admin加入spring boot admin依赖和注解后,spring boot admin不起作用