SpringBoot、SpringCloud 版本查看

1、SpringBoot 官网地址

        https://spring.io/projects/spring-boot#learn

spring-boot-starter-parent 版本列表可查看:

https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent

2、SpringCloud 官网地址

        https://spring.io/projects/spring-cloud#learn

   spring-cloud-dependencies 版本列表可查看:  

        https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies

         https://docs.spring.io/spring-cloud/docs/2021.0.8/reference/html/

3、SpringBoot 与 SpringCloud 版本对应

        https://start.spring.io/actuator/info

        2023年8月3日内容

{
git: {
branch: "becf4950e2f92f874633bacdcea750142ed2cef4",
commit: {
id: "becf495",
time: "2023-08-02T11:41:07Z"
}
},
build: {
version: "0.0.1-SNAPSHOT",
artifact: "start-site",
versions: {
spring-boot: "3.1.2",
initializr: "0.20.1-SNAPSHOT"
},
name: "start.spring.io website",
time: "2023-08-02T11:44:10.452Z",
group: "io.spring.start"
},
bom-ranges: {
codecentric-spring-boot-admin: {
2.6.8: "Spring Boot >=2.6.0 and <2.7.0-M1",
2.7.4: "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
3.0.4: "Spring Boot >=3.0.0-M1 and <3.1.0-M1",
3.1.1: "Spring Boot >=3.1.0-M1 and <3.2.0-M1"
},
hilla: {
2.1.4: "Spring Boot >=3.1.0-M1 and <3.2.0-M1"
},
sentry: {
6.26.0: "Spring Boot >=2.7.0 and <3.2.0-M1"
},
solace-spring-boot: {
1.2.2: "Spring Boot >=2.6.0 and <3.0.0-M1",
2.0.0: "Spring Boot >=3.0.0-M1"
},
solace-spring-cloud: {
2.3.2: "Spring Boot >=2.6.0 and <3.0.0-M1",
3.0.0: "Spring Boot >=3.0.0-M1"
},
spring-cloud: {
2021.0.8: "Spring Boot >=2.6.0 and <3.0.0",
2022.0.4: "Spring Boot >=3.0.0 and <3.2.0-M1"
},
spring-cloud-azure: {
4.10.0: "Spring Boot >=2.6.0 and <3.0.0-M1",
5.4.0: "Spring Boot >=3.0.0-M1 and <3.2.0-M1"
},
spring-cloud-gcp: {
3.5.4: "Spring Boot >=2.6.0 and <3.0.0-M1",
4.5.1: "Spring Boot >=3.0.0-M1 and <3.2.0-M1"
},
spring-cloud-services: {
3.4.0: "Spring Boot >=2.6.0 and <2.7.0-M1",
3.5.0: "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
4.0.3: "Spring Boot >=3.0.0 and <3.2.0-M1"
},
spring-modulith: {
1.0.0-M1: "Spring Boot >=3.1.0 and <3.2.0-M1"
},
spring-shell: {
2.1.12: "Spring Boot >=2.7.0 and <3.0.0-M1",
3.0.7: "Spring Boot >=3.0.0 and <3.1.0-M1",
3.1.3: "Spring Boot >=3.1.0 and <3.2.0-M1"
},
vaadin: {
23.2.15: "Spring Boot >=2.6.0 and <2.7.0-M1",
23.3.18: "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
24.0.11: "Spring Boot >=3.0.0-M1 and <3.1.0-M1",
24.1.4: "Spring Boot >=3.1.0-M1 and <3.2.0-M1"
},
wavefront: {
2.2.2: "Spring Boot >=2.6.0 and <2.7.0-M1",
2.3.4: "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
3.0.1: "Spring Boot >=3.0.0-M1 and <3.1.0-M1"
}
},
dependency-ranges: {
okta: {
2.1.6: "Spring Boot >=2.6.0 and <3.0.0-M1",
3.0.4: "Spring Boot >=3.0.0-M1 and <3.2.0-M1"
},
mybatis: {
2.2.2: "Spring Boot >=2.6.0 and <2.7.0-M1",
2.3.1: "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
3.0.2: "Spring Boot >=3.0.0-M1"
},
pulsar: {
0.2.0: "Spring Boot >=3.0.0 and <3.2.0-M1"
},
pulsar-reactive: {
0.2.0: "Spring Boot >=3.0.0 and <3.2.0-M1"
},
camel: {
3.17.0: "Spring Boot >=2.6.0 and <2.7.0-M1",
3.20.6: "Spring Boot >=2.7.0.M1 and <3.0.0-M1",
4.0.0-RC2: "Spring Boot >=3.0.0-M1 and <3.2.0-M1"
},
picocli: {
4.7.4: "Spring Boot >=2.6.0 and <3.1.0-M1"
}
}
}

猜你喜欢

转载自blog.csdn.net/piaomiao_/article/details/132084489