一、官方查询
https://start.spring.io/actuator/info
{"git": {"branch": "bc9bfc1e7a872f628baa142780fa999f308fef71","commit": {"id": "bc9bfc1","time": "2021-07-08T06:31:35Z"}},"build": {"version": "0.0.1-SNAPSHOT","artifact": "start-site","versions": {"spring-boot": "2.5.2","initializr": "0.11.0-SNAPSHOT"},"name": "start.spring.io website","time": "2021-07-08T06:47:57.255Z","group": "io.spring.start"},"bom-ranges": {"azure": {"2.2.4": "Spring Boot >=2.2.0.RELEASE and <2.3.0.M1","3.2.0": "Spring Boot >=2.3.0.M1 and <2.4.0-M1","3.5.0": "Spring Boot >=2.4.0.M1 and <2.5.0-M1","3.6.0": "Spring Boot >=2.5.0.M1 and <2.6.0-M1"},"codecentric-spring-boot-admin": {"2.2.4": "Spring Boot >=2.2.0.RELEASE and <2.3.0.M1","2.3.1": "Spring Boot >=2.3.0.M1 and <2.5.0-M1"},"solace-spring-boot": {"1.0.0": "Spring Boot >=2.2.0.RELEASE and <2.3.0.M1","1.1.0": "Spring Boot >=2.3.0.M1 and <2.6.0-M1"},"solace-spring-cloud": {"1.0.0": "Spring Boot >=2.2.0.RELEASE and <2.3.0.M1","1.1.1": "Spring Boot >=2.3.0.M1 and <2.4.0-M1","2.1.0": "Spring Boot >=2.4.0.M1 and <2.6.0-M1"},"spring-cloud": {"Hoxton.SR12": "Spring Boot >=2.2.0.RELEASE and <2.4.0.M1","2020.0.0-M3": "Spring Boot >=2.4.0.M1 and <=2.4.0.M1","2020.0.0-M4": "Spring Boot >=2.4.0.M2 and <=2.4.0-M3","2020.0.0": "Spring Boot >=2.4.0.M4 and <=2.4.0","2020.0.3": "Spring Boot >=2.4.1 and <2.5.3-SNAPSHOT","2020.0.4-SNAPSHOT": "Spring Boot >=2.5.3-SNAPSHOT"},"spring-cloud-gcp": {"2.0.3": "Spring Boot >=2.4.0-M1 and <2.5.0-M1"},"spring-cloud-services": {"2.2.6.RELEASE": "Spring Boot >=2.2.0.RELEASE and <2.3.0.RELEASE","2.3.0.RELEASE": "Spring Boot >=2.3.0.RELEASE and <2.4.0-M1","2.4.1": "Spring Boot >=2.4.0-M1 and <2.5.0-M1"},"spring-geode": {"1.2.12.RELEASE": "Spring Boot >=2.2.0.RELEASE and <2.3.0.M1","1.3.12.RELEASE": "Spring Boot >=2.3.0.M1 and <2.4.0-M1","1.4.8": "Spring Boot >=2.4.0-M1 and <2.5.0-M1","1.5.2": "Spring Boot >=2.5.0-M1"},"vaadin": {"14.6.5": "Spring Boot >=2.1.0.RELEASE and <2.6.0-M1"},"wavefront": {"2.0.2": "Spring Boot >=2.1.0.RELEASE and <2.4.0-M1","2.1.1": "Spring Boot >=2.4.0-M1 and <2.5.0-M1","2.2.0": "Spring Boot >=2.5.0-M1"}},"dependency-ranges": {"native": {"0.9.0": "Spring Boot >=2.4.3 and <2.4.4","0.9.1": "Spring Boot >=2.4.4 and <2.4.5","0.9.2": "Spring Boot >=2.4.5 and <2.5.0-M1","0.10.0": "Spring Boot >=2.5.0-M1 and <2.5.2-M1","0.10.1": "Spring Boot >=2.5.2-M1 and <2.5.3-M1","0.10.2-SNAPSHOT": "Spring Boot >=2.5.3-M1 and <2.6.0-M1"},"okta": {"1.4.0": "Spring Boot >=2.2.0.RELEASE and <2.4.0-M1","1.5.1": "Spring Boot >=2.4.0-M1 and <2.4.1","2.0.1": "Spring Boot >=2.4.1 and <2.5.0-M1","2.1.0": "Spring Boot >=2.5.0-M1 and <2.6.0-M1"},"mybatis": {"2.1.4": "Spring Boot >=2.1.0.RELEASE and <2.5.0-M1","2.2.0": "Spring Boot >=2.5.0-M1"},"camel": {"3.3.0": "Spring Boot >=2.2.0.RELEASE and <2.3.0.M1","3.5.0": "Spring Boot >=2.3.0.M1 and <2.4.0-M1","3.10.0": "Spring Boot >=2.4.0.M1 and <2.5.0-M1","3.11.0": "Spring Boot >=2.5.0.M1 and <2.6.0-M1"},"open-service-broker": {"3.1.1.RELEASE": "Spring Boot >=2.2.0.RELEASE and <2.3.0.M1","3.2.0": "Spring Boot >=2.3.0.M1 and <2.4.0-M1","3.3.0": "Spring Boot >=2.4.0-M1 and <2.5.0-M1"}}}
二、官方手册查看
https://spring.io/projects/spring-cloud
| Release Train | Boot Version |
|---|---|
| 2020.0.x aka Ilford | 2.4.x, 2.5.x (Starting with 2020.0.3) |
| Hoxton | 2.2.x, 2.3.x (Starting with SR5) |
| Greenwich | 2.1.x |
| Finchley | 2.0.x |
| Edgware | 1.5.x |
| Dalston | 1.5.x |
三、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
拓展: Spring Cloud Version 、Spring Cloud Alibaba Version 、Spring Boot Version 版本对应


https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E
[
