Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
Description: //错误
The bean 'tokenClient.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
yml文件里面配置:
spring: main: allow-bean-definition-overriding: true //feing默认只允许调用一次服务 开启允许多次调用