报错信息: The bean ‘etc-traffic-third.FeignClientSpecification’, defined in null, could not be registered. A bean with that name has already been defined in null and overriding is disabled.
解决方案:
spring.main.allow-bean-definition-overriding=true
此时就可以正常启动应用了