Caused by: java.lang.NoClassDefFoundError: org/springframework/boot/context/


問題


出現這個問題是因為springboot和springcloud版本不兼容

springboot和springcloud版本對應如果錯了,項目是啟動不起來的

解決方法

對應關系如下

spring-cloud依賴 spring-boot依賴
Finchley.M2 >=2.0.0.M3 and <2.0.0.M5
Finchley.M3 >=2.0.0.M5 and <=2.0.0.M5
Finchley.M4 >=2.0.0.M6 and <=2.0.0.M6
Finchley.M5 >=2.0.0.M7 and <=2.0.0.M7
Finchley.M6 >=2.0.0.RC1 and <=2.0.0.RC1
Finchley.M7 >=2.0.0.RC2 and <=2.0.0.RC2
Finchley.M9 >=2.0.0.RELEASE and <=2.0.0.RELEASE
Finchley.RC1 >=2.0.1.RELEASE and <2.0.2.RELEASE
Finchley.RC2 >=2.0.2.RELEASE and <2.0.3.RELEASE
Finchley.BUILD-SNAPSHOT >=2.0.999.BUILD-SNAPSHOT and <2.1.0.M3
Greenwich.M1 >=2.1.0.M3 and <2.1.0.RELEASE
Greenwich.SR6 >=2.1.0.RELEASE and <2.1.999.BUILD-SNAPSHOT
Greenwich.BUILD-SNAPSHOT >=2.1.999.BUILD-SNAPSHOT and <2.2.0.M4
Hoxton.SR9 >=2.2.0.M4 and <2.3.7.BUILD-SNAPSHOT
Hoxton.BUILD-SNAPSHOT >=2.3.7.BUILD-SNAPSHOT and <2.4.0.M1
2020.0.0-M3 >=2.4.0.M1 and <=2.4.0.M1
2020.0.0-M4 >=2.4.0.M2 and <=2.4.0-M3
2020.0.0-M5 >=2.4.0.M4 and <2.4.1-SNAPSHOT
2020.0.0-SNAPSHOT >=2.4.1-SNAPSHOT
spring-cloud-alibaba依賴 spring-boot依賴
2.2.1.RELEASE >=2.2.0.RELEASE and <2.3.0.M1


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM