您的位置:首页 > 编程语言 > Java开发

记录一次错误 Your project setup is incompatible with our requirements due to following reasons: Change Spring Boot version to one of the following versions [2.3.x, 2.4.x] .

2021-01-25 22:29 2201 查看

*************************
APPLICATION FAILED TO START
***************************

Description:

Your project setup is incompatible with our requirements due to following reasons:

- Spring Boot [2.2.2.RELEASE] is not compatible with this Spring Cloud release train


Action:

Consider applying the following actions:

- Change Spring Boot version to one of the following versions [2.3.x, 2.4.x] .
You can find the latest Spring Boot versions here [https://spring.io/projects/spring-boot#learn].
If you want to learn more about the Spring Cloud Release train compatibility, you can visit this page [https://spring.io/projects/spring-cloud#overview] and check the [Release Trains] section.
If you want to disable this check, just set the property [spring.cloud.compatibility-verifier.enabled=false]

 

 

 

 

简单来说,就是SpringBoot的版本和Spring Cloud的版本不匹配问题。只要使用匹配的版本就好了

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐