SpringCloud与SpringBoot的版本选择问题

首先,在开发过程中SpringCloud与SpringBoot的版本必须要对应上,否则执行时会出现很多莫名其妙的问题。

maven仓库的版本列表

spring-cloud-dependencies 版本列表可查看:
https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies

spring-boot-starter-parent 版本列表可查看:
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent

官网的版本对比:https://spring.io/projects/spring-cloud

Springboot的版本更新日志:https://github.com/spring-projects/spring-boot/wiki

SpringCloud的版本更新日志:https://github.com/spring-projects/spring-cloud/wiki

点击各自版本的链接,可以看到各个组件的版本号,比如:

 

 

发布了10 篇原创文章 · 获赞 0 · 访问量 387

猜你喜欢

转载自blog.csdn.net/ayudnl/article/details/103410418