关注「Java视界」公众号,获取更多技术干货

解决:Field xxClient in XXX required a bean of type 'XXX' that could not be found

使用@Autowired导入client时报如下错误:

找不到这个client,于是到启动类里观察 @EnableFeignClients("")配置路径,发现果然不对:

修改后问题解决。 

多路径扫描配置:

posted @ 2022-06-25 14:02  沙滩de流沙  阅读(0)  评论(0编辑  收藏  举报

关注「Java视界」公众号,获取更多技术干货