The bean 'nacosRefreshProperties

2021-02-02  本文已影响0人  索性流年

完整报错信息

The bean 'nacosRefreshProperties', defined in class path resource [com/alibaba/cloud/nacos/NacosConfigAutoConfiguration.class], could not be registered. A bean with that name has already been defined in URL [jar:file:/Users/suoxingliunian/.m2/repository/com/alibaba/cloud/spring-cloud-starter-alibaba-nacos-config/2.2.1.RELEASE/spring-cloud-starter-alibaba-nacos-config-2.2.1.RELEASE.jar!/com/alibaba/cloud/nacos/refresh/NacosRefreshProperties.class] and overriding is disabled.

报错原因

解决方法

个人解决方法

@Configuration
@ComponentScan("org.springframework.boot.actuate.autoconfigure.metrics")
上一篇 下一篇

猜你喜欢

热点阅读