Feign报错'xx.FeignClientSpecification', defined in null, could not be registered.

解决:

在application.yml中配置:

1 spring:
2   main:
3     allow-bean-definition-overriding: true

 

 

参考:https://blog.csdn.net/u012211603/article/details/84312709

posted @ 2019-12-11 16:20  清晨的第一抹阳光  阅读(1681)  评论(0编辑  收藏  举报