微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Spring Boot Cloud Hystrix

如何解决Spring Boot Cloud Hystrix

我收到在类路径资源 [org/springframework.cloud/netflix/hystrix/Hystrixcircuitbreakerconfiguaration$HystrixWebconfiguaration.class] 中定义的“创建名为 hystrixstreamendpoint 的 bean 时出错”:调用 init 方法失败:

Spring Boot Maven 是

<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-parent</artifactId>
    <version>1.5.12.RELEASE</version>       
</dependency>

and Hystrix maven is 
<!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-hystrix -->
<dependency>
   <groupId>org.springframework.cloud</groupId>
   <artifactId>spring-cloud-starter-hystrix</artifactId>
   <version>1.4.7.RELEASE</version>

请帮帮我。过去 2 天我一直被困在这里

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。