如果不对应,会发生诸如
1、Faild to load ApplicationContext ,嵌套着:
Error creating bean with name ‘configurationPropertiesBeans‘ defined in class path resource
解决方法:在maven仓库里找到两者对应的版本
springboot:
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent
openFeign:
https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-openfeign
我这里两者选择的都是2.2.10.RELEASE。问题终于消除,能正常通过测试了
如果选的springboot版本是3.X,则可能会发生如下错误:文章来源:https://www.toymoban.com/news/detail-603896.html
”Springbot启动报错-类文件具有错误的版本 61.0, 应为 52.0“文章来源地址https://www.toymoban.com/news/detail-603896.html
到了这里,关于【工作踩坑】openFeign 与 springboot版本对应问题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!