springboot项目启动失败 错误原因如下
APPLICATION FAILED TO START
Description:
The bean ‘transfer.FeignClientSpecification’ could not be registered. A bean with that name has already been defined and overriding is disabled.
Action:
Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
问题原因存在多个bean feignClient 指定了同一个服务
本文原因
解决办法 合并两个为一个



