spring boot 启动错误 Caused by: org.springframework.beans.factory.BeanCreationException

spring boot启动报如下错误,

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.xx.feign.xxFeign': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: No fallback instance of type class com.xx.feign.xxHystrix found for feign client xx-services

截图如下

0b52b2b0217e3ece029b40710918ec78e87.jpg

 

81e8f38bdbaacb799a06ff51da40c891eae.jpg

原因是因为Hystrix 没有加注解@Component

加完注解就启动起来了

1b1c0cd615c217ee79cf81d6aa26c0e20f4.jpg

 

转载于:https://my.oschina.net/u/3677751/blog/3098154

你可能感兴趣的:(java)