0
点赞
收藏
分享

微信扫一扫

SpringBoot SpringCloud spring framework 版本对应

古得曼_63b6 2022-04-08 阅读 44
java后端

说明

SpringBootSpringCloud的版本需要对应。因为官方不会保证SpringBootSpringCloud不同版本的兼容性。

Spring Cloud

Spring Boot

Angel

兼容Spring Boot 1.2.x

Brixton

兼容Spring Boot 1.3.x,也兼容Spring Boot 1.4.x

Camden

兼容Spring Boot 1.4.x,也兼容Spring Boot 1.5.x

Dalston版本、Edgware版本

兼容Spring Boot 1.5.x,不兼容Spring Boot 2.0.x

Finchley

兼容Spring Boot 2.0.x,不兼容Spring Boot 1.5.x

Greenwich

兼容Spring Boot 2.1.x

spring-boot和springframework、jdk的版本关系
spring-boot版本 依赖springframework jdk版本 发布时间
1.0.0.RELEASE 4.0.3.RELEASE 1.7.0_45 2014
1.1.0.RELEASE 4.0.5.RELEASE 1.7.0_55 2014
1.2.0.RELEASE 4.1.3.RELEASE 1.7.0_67 2014
1.3.0.RELEASE 4.2.3.RELEASE 1.8.0_60 2015
1.4.0.RELEASE 4.3.2.RELEASE 1.8.0_60 2016
1.5.01.RELEASE 4.3.6.RELEASE 1.8.0_101 2017
1.5.20.RELEASE 4.3.23.RELEASE 1.8.0_201 2019
2.0.0.RELEASE 5.0.4.RELEASE 1.8.0_141 2018
2.0.9.RELEASE 5.0.13.RELEASE 1.8.0_202 2019

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

举报

相关推荐

0 条评论