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 (将#修改为@)