目录
一、官网(网页版)
二、官网(API接口)
三、根据历史官方文档梳理、保存的表格
四、官方(wiki)Spring Cloud的各个组件与Spring Boot支持、对应关系
有多个方式可以查看Spring Boot和Spring Cloud版本的详细对应关系
一、官网(网页版)
官方的对应关系,只是有一些小版本不如第二种API方式详细
以下是2022.11.21时的截图
Spring Cloud
大版本里的小版本对应关系,可以点击蓝色文字链接进入,比如点击Finchely后跳转到git里的版本记录,提示支持Spring Boot 2.0.x,不支持1.x.y
二、官网(API接口)
访问官方的API接口,从结果里读取(有一些历史的版本对应关系也没有返回了)
https://start.spring.io/actuator/info
这个接口,也是我们使用IDEA等工具,新建Spring Cloud项目时,如果选择的是actuator,使用的接口。里面包含的对应关系很多,不止Spring Cloud版本,还有MyBatis版本等。
格式化后:
三、根据历史官方文档梳理、保存的表格
因为官网对于历史版本的支持比较少,很多历史版本的对应关系都不显示了,可以查看整理后的文档来查找对应关系
SpringCloud版本 | SpringBoot版本 |
2022.0.0-RC1 | Spring Boot >=3.0.0-RC1 and <3.1.0-M1 |
2022.0.0-M5 | Spring Boot >=3.0.0-M5 and <3.0.0-RC1 |
2022.0.0-M4 | Spring Boot >=3.0.0-M4 and <3.0.0-M5 |
2022.0.0-M3 | Spring Boot >=3.0.0-M3 and <3.0.0-M4 |
2022.0.0-M2 | Spring Boot >=3.0.0-M2 and <3.0.0-M3 |
2022.0.0-M1 | Spring Boot >=3.0.0-M1 and <3.0.0-M2 |
2021.0.5 | Spring Boot >=2.6.1 and <3.0.0-M1 |
2021.0.1-SNAPSHOT | Spring Boot >=2.6.4-SNAPSHOT and <2.7.0-M1 |
2021.0.0 | Spring Boot >=2.6.1 and <2.6.4-SNAPSHOT |
2021.0.0-RC1 | Spring Boot >=2.6.0-RC1 and <2.6.1 |
2021.0.0-M3 | Spring Boot >=2.6.0-M3 and <2.6.0-RC1 |
2021.0.0-M1 | Spring Boot >=2.6.0-M1 and <2.6.0-M3 |
2020.0.5 | Spring Boot >=2.4.0.M1 and <2.6.0-M1 |
Hoxton.SR12 | Spring Boot >=2.2.0.RELEASE and <2.4.0.M1 |
Hoxton.BUILD-SNAPSHOT | Spring Boot >=2.2.0.BUILD-SNAPSHOT |
Hoxton.M2 | Spring Boot >=2.2.0.M4 and <=2.2.0.M5 |
Greenwich.BUILD-SNAPSHOT | Spring Boot >=2.1.9.BUILD-SNAPSHOT and <2.2.0.M4 |
Greenwich.SR2 | Spring Boot >=2.1.0.RELEASE and <2.1.9.BUILD-SNAPSHOT |
Greenwich.M1 | Spring Boot >=2.1.0.M3 and <2.1.0.RELEASE |
Finchley.BUILD-SNAPSHOT | Spring Boot >=2.0.999.BUILD-SNAPSHOT and <2.1.0.M3 |
Finchley.SR4 | Spring Boot >=2.0.3.RELEASE and <2.0.999.BUILD-SNAPSHOT |
Finchley.RC2 | Spring Boot >=2.0.2.RELEASE and <2.0.3.RELEASE |
Finchley.RC1 | Spring Boot >=2.0.1.RELEASE and <2.0.2.RELEASE |
Finchley.M9 | Spring Boot >=2.0.0.RELEASE and <=2.0.0.RELEASE |
Finchley.M7 | Spring Boot >=2.0.0.RC2 and <=2.0.0.RC2 |
Finchley.M6 | Spring Boot >=2.0.0.RC1 and <=2.0.0.RC1 |
Finchley.M5 | Spring Boot >=2.0.0.M7 and <=2.0.0.M7 |
Finchley.M4 | Spring Boot >=2.0.0.M6 and <=2.0.0.M6 |
Finchley.M3 | Spring Boot >=2.0.0.M5 and <=2.0.0.M5 |
Finchley.M2 | Spring Boot >=2.0.0.M3 and <2.0.0.M5 |
Edgware.SR5 | 1.5.20.RELEASE |
Edgware.SR5 | 1.5.16.RELEASE |
Edgware.RELEASE | 1.5.9.RELEASE |
Dalston.RC1 | 1.5.2.RELEASE |
四、官方(wiki)Spring Cloud的各个组件与Spring Boot支持、对应关系
https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions
2022.0 (Kilburn) | 2021.0 (Jubilee) | 2020.0 (ilford) | Hoxton | Greenwich | Finchley | Edgware | |
spring-boot | 3.0.x | 2.7.x/2.6.x | 2.5.x/2.4.x | 2.3.x/2.2.x | 2.1.x | 2.0.x | 1.5.x |
spring-cloud-bus | 4.0.x | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.3.x |
spring-cloud-circuitbreaker | 3.0.x | 2.1.x | 2.0.x | 1.0.x | - | - | - |
spring-cloud-cli | - | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.4.x |
spring-cloud-cloudfoundry | - | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.1.x |
spring-cloud-commons | 4.0.x | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.3.x |
spring-cloud-config | 4.0.x | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.4.x |
spring-cloud-consul | 4.0.x | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.3.x |
spring-cloud-contract | 4.0.x | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.2.x |
spring-cloud-function | 3.2.x | 3.2.x | 3.1.x | 3.0.x | 2.0.x | 1.0.x | 1.0.x |
spring-cloud-gateway | 4.0.x | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.0.x |
spring-cloud-kubernetes | 3.0.x | 2.1.x | 2.0.x | 1.1.x | 1.0.x | - | - |
spring-cloud-netflix | 4.0.x | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.4.x |
spring-cloud-openfeign | 4.0.x | 3.1.x | 3.0.x | 2.2.x | 2.1.x | - | - |
spring-cloud-security | - | - | - | 2.2.x | 2.1.x | 2.0.x | 1.2.x |
spring-cloud-sleuth | - | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.3.x |
spring-cloud-stream | 4.0.x | 3.2.x | 3.1.x | Horsham.x | Fishtown.x | Elmhurst.x | Ditmars.x |
spring-cloud-task | 3.0.x | 2.4.x | 2.3.x | 2.2.x | 2.1.x | 2.0.x | 1.2.x |
spring-cloud-vault | 4.0.x | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.1.x |
spring-cloud-zookeeper | 4.0.x | 3.1.x | 3.0.x | 2.2.x | 2.1.x | 2.0.x | 1.2.x |