做编程的 网站有哪些内容,小程序开发框架,c 教程如何做网站,网站建设合同贴花算哪一类问题情境#xff1a;
简单的项目采用了若依的前后端分离版本单体应用#xff0c;之前采用forest请求调用第三方接口#xff0c;改为feign接口调用后#xff0c;引入feign报错
error creating bean with name ‘configurationPropertiesbean’ 解决方案#xff1a;
spri…问题情境
简单的项目采用了若依的前后端分离版本单体应用之前采用forest请求调用第三方接口改为feign接口调用后引入feign报错
error creating bean with name ‘configurationPropertiesbean’ 解决方案
springboot版本和springcloud版本不一致导致
修改pom文件
propertiesspring-cloud.version2020.0.4/spring-cloud.version
/propertiesdependenciesdependencygroupIdorg.springframework.cloud/groupIdartifactIdspring-cloud-starter-openfeign/artifactId/dependency
/dependenciesdependencyManagementdependenciesdependencygroupIdorg.springframework.cloud/groupIdartifactIdspring-cloud-dependencies/artifactIdversion${spring-cloud.version}/versiontypepom/typescopeimport/scope/dependency/dependencies
/dependencyManagement问题解决版本对照可参考 Spring Cloud Version Spring Boot Version 2022.0.x aka Kilburn 3.0.x 2021.0.x aka Jubilee 2.6.x, 2.7.x (Starting with 2021.0.3) 2020.0.x aka Ilford 2.4.x, 2.5.x (Starting with 2020.0.3) Hoxton 2.2.x, 2.3.x (Starting with SR5) Greenwich 2.1.x Finchley 2.0.x Edgware 1.5.x Dalston 1.5.x