SpringBoot和SpringCloud版本对应

背景
SpringBoot和SpringCloud的版本需要对应,不然会因为jar包版本不兼容导致一系列奇怪的问题。因为官方不会保证SpringBoot和SpringCloud不同版本的兼容性。

大版本对应

SpringCloud版本 SpringBoot版本
Hoxton 2.2.x 2.2.x
Greenwich 2.1.x 2.1.x
Finchley 2.0.x 2.0.x
Edgware 1.5.x 1.5.x
Dalston 1.5.x 1.5.x


参考:https://spring.io/projects/spring-cloud

其他
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

posted on 2020-03-04 15:38  滚动的蛋  阅读(1969)  评论(0编辑  收藏  举报

导航