多個(gè)接口上的@FeignClient(“相同服務(wù)名”)會(huì)報(bào)錯(cuò)寸宏,overriding is disabled都伪,即出現(xiàn)了相同的Bean名带猴。
Feign調(diào)用報(bào)錯(cuò)The bean 'XXX.FeignClientSpecification', defined in null, could not be registered....的解決辦法
方案1 添加配置 spring.main.allow-bean-definition-overriding: true
方案2 注解中添加 contextId 來(lái)區(qū)分
@FeignClient(name="common-service", contextId = "example")