素材巴巴 > 程序开发 >

找不到类org.springframework.cloud.client.loadbalancer.LoadBalanced

程序开发 2023-09-12 16:44:28

在 nacos、sentinel 集成 Feign 的时候,报出以下错误

从依赖中可以看到这个类位于 spring-cloud-commons包内
在这里插入图片描述
此时我的 Feign 没有指定版本,就会直接引用 cloud alibaba 的版本号

Spring Cloud AlibabaSpring CloudSpring BootSentinel VersionNacos Version2.2.6.RELEASESpring Cloud Hoxton.SR92.3.2.RELEASE1.8.11.4.2

在网上各种寻找,都说是版本的问题
说有可能是 openfeign 与 nacos 中的 common包版本出现不一致的冲突,但是我这里两个版本是一样的,如下:
在这里插入图片描述
最后我在 pom 文件里面新增依赖

        org.springframework.cloudspring-cloud-starter-loadbalancer
 

突然就好了。。。


标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。