【微服务】No fallbackFactory instance of type class com.hblg.springcloud.service.DeptClientServiceFallbac
在搭建spring feign中服务降级 启动feign服务 启动报错。
提示找不到这个DeptClientServiceFallback
在公共api中找到 发现注解写错了
@ComponentScan 修改成 @Component 就可以了
但是ComponentScan 和 @Component有什么区别
这篇详细讲解了两者关系