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

2023-03-14,,

解决:

在application.yml中配置:

 spring:
main:
allow-bean-definition-overriding: true

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

Feign报错'xx.FeignClientSpecification', defined in null, could not be registered.的相关教程结束。

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

下载本文的Word格式文档,以方便收藏与打印。