spring-cloud-hystrix之Unable to connect to Command Metric Stream.异常

来源:互联网 发布:js原型链概念 编辑:程序博客网 时间:2024/05/28 17:05

解决方法:

1,检查是否添加以下依赖

[java] view plain copy
  1. <!--监控中心-->  
  2. <dependency>  
  3.         <groupId>org.springframework.boot</groupId>  
  4.         <artifactId>spring-boot-starter-actuator</artifactId>  
  5.     </dependency>  
  6.   
  7. <!-- hystrix 断路器-->  
阅读全文
0 0
原创粉丝点击