春靴云

yk9xbfzb  于 2021-07-23  发布在  Java
关注(0)|答案(0)|浏览(123)

我在类路径资源[org/springframework.cloud/netflix/hystrix/hystrixcircuitbreakerconfiguration$hystrixwebconfiguration.class]中定义了“创建名为hystrixstreamendpoint的bean时出错”:初始化方法调用失败:
Spring Bootmaven

<!-- 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>

请帮帮我。我被困在这里已经两天了。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题