Failed to process import candidates for configuration class

时间:2020-09-16 18:16:28   收藏:0   阅读:1356

学微服务,使用nacos的时候报错,没有加下面这个

<dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.springframework.cloud</groupId>
                <artifactId>spring-cloud-dependencies</artifactId>
                <version>Greenwich.SR3</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
 </dependencyManagement>

 

原文:https://www.cnblogs.com/lhh666/p/13679557.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!