Failed to process import candidates for configuration class []; neste

时间:2024-10-22 08:43:18

Failed to process import candidates for configuration class []; nested exception is

这说明springboot 中版本冲突了

例如

<dependencies>
        <dependency>
            <groupId></groupId>
            <artifactId>spring-boot-starter-web</artifactId>
            <version>2.4.1</version>
        </dependency>



        <!-- Hystrix Dashboard -->
        <dependency>
            <groupId></groupId>
            <artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
            <version>1.4.</version>
        </dependency>
    </dependencies>
    <dependency>
        <groupId></groupId>
        <artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
        <version>1.4.</version>
    </dependency>
</dependencies>

默认带了springboot 但是我用的是 2.4.1的springboot 所以 必须配合对应版本的

<!-- Hystrix Dashboard 底层实际上用了springboot所以不需要再倒入springboot-starter-->
        <dependency>
            <groupId></groupId>
            <artifactId>spring-cloud-starter-netflix-hystrix-dashboard</artifactId>
            <version>2.2.</version>
        </dependency>

成功

在这里插入图片描述






我的Github地址,欢迎大家加入我的开源项目,或者(在我的主页联系我)加入你们的开源项目,点点Github-Stars。

\ 开源项目名称 依赖类型 版本号 描述
1 spring-boot-starter-trie pom 1.0.0-SNAPSHOT 特定需求下查询速度远超开源检索工具,innodb下B+树或者ES中倒排索引无法与之比拟.
2 spring-boot-starter-trie jar 1.0.0-M1 提供了基于SpringCloud的服务节点,可以通过Nacos注册中心进行服务发现,实现了树的动态扩容与缩容,以及服务的动态上下线。
3 Data-Provider pom 1.0.0-SNAPSHOT 提供了多种数据源的查询,以及数据的类型同步,作为一个Jar可以依赖在其他服务上动态的提供数据。