spring boot启动报以下错误,java
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-servicesspring
截图以下.net
缘由是由于Hystrix 没有加注解@Componentblog
加完注解就启动起来了get