Caused by: java.lang.IllegalStateException: No fallback...

feign结合Hystrix使用:

Caused by: java.lang.IllegalStateException: No fallback instance of type class com.atguigu.eduservice.client.VodFileDegradeFeignClient found for feign client service-vod

解决办法:

熔断器的实现类中需要添加

@Component

你可能感兴趣的:(Java偶遇问题,java)