spring-boot和springframework、jdk的版本关系

11 篇文章 0 订阅

JDK发布时间

https://blog.csdn.net/qq_26264237/article/details/90576007

springframework发布时间

https://blog.csdn.net/qq_26264237/article/details/90574888

spring-boot和springframework、jdk的版本关系

spring-boot版本依赖springframeworkjdk版本发布时间
1.0.0.RELEASE4.0.3.RELEASE1.7.0_452014
1.1.0.RELEASE4.0.5.RELEASE1.7.0_552014
1.2.0.RELEASE4.1.3.RELEASE1.7.0_672014
1.3.0.RELEASE4.2.3.RELEASE1.8.0_602015
1.4.0.RELEASE4.3.2.RELEASE1.8.0_602016
1.5.0.RELEASE4.3.6.RELEASE1.8.0_1012017-01
1.5.22.RELEASE4.3.25.RELEASE1.8.0_2122019-08
2.0.0.RELEASE5.0.4.RELEASE1.8.0_1412018-03
2.0.9.RELEASE5.0.13.RELEASE1.8.0_2022019-04
2.1.0.RELEASE5.1.2.RELEASE1.8.0_1812018-10
2.1.18.RELEASE5.1.19.RELEASE1.82020-10
2.2.0.RELEASE5.2.0.RELEASE1.82019-10
2.2.13.RELEASE5.2.12.RELEASE1.82021-01
2.3.0.RELEASE5.2.6.RELEASE1.82020-03
2.3.12.RELEASE5.2.15.RELEASE1.82021-06
2.4.05.3.11.82020-11
2.4.135.3.131.82021-11
2.5.05.3.71.82021-03
2.5.135.3.191.82022-04
2.6.05.3.131.82021-11
2.6.75.3.191.82022-04
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot</artifactId>
    <version>2.4.5</version>
</dependency>

spring-boot和spring-cloud的版本关系

  • SR: Service Release,
    SR1表示第1个正式版本,一般同时标注GA:(GenerallyAvailable),表示稳定版本。
  • M: MileStone,M1表示第1个里程碑版本,一般同时标注PRE,表示预览版版。
  • RC: Release Candidate(候选版本)

生产用SR版本

spring cloud 版本名称的命名方式采用了伦敦地铁站的名称。
2020.12.22日Spring宣布SpringCloud2020.0.0正式发布
新版本的命名方式不在是“伦敦地铁站”,而采用“日历化”版本方式命名。

Netflix套件

	<modules>
		<module>spring-cloud-netflix-dependencies</module>
		<module>spring-cloud-netflix-core</module>
		<module>spring-cloud-netflix-hystrix-dashboard</module>
		<module>spring-cloud-netflix-hystrix-amqp</module>
		<module>spring-cloud-netflix-hystrix-stream</module>
		<module>spring-cloud-netflix-eureka-client</module>
		<module>spring-cloud-netflix-eureka-server</module>
		<module>spring-cloud-netflix-spectator</module>
		<module>spring-cloud-netflix-turbine</module>
		<module>spring-cloud-netflix-turbine-stream</module>
		<module>spring-cloud-netflix-sidecar</module>
		<module>spring-cloud-starter-archaius</module>
		<module>spring-cloud-starter-atlas</module>
		<module>spring-cloud-starter-eureka</module>
		<module>spring-cloud-starter-eureka-server</module>
		<module>spring-cloud-starter-feign</module>
		<module>spring-cloud-starter-hystrix</module>
		<module>spring-cloud-starter-hystrix-dashboard</module>
		<module>spring-cloud-starter-ribbon</module>
		<module>spring-cloud-starter-spectator</module>
		<module>spring-cloud-starter-turbine</module>
		<module>spring-cloud-starter-turbine-amqp</module>
		<module>spring-cloud-starter-turbine-stream</module>
		<module>spring-cloud-starter-zuul</module>
		<module>docs</module>
	</modules>

| spring-cloud-dependencies| spring-cloud-netflix-dependencies | spring-boot-starter |spring-cloud-dependencies的发布时间|
|–|–|–|–|–|
| Angel.SR5 | 1.0.6.RELEASE | 1.2.8.RELEASE | 2016-01|

Angel.SR61.0.7.RELEASE1.2.8.RELEASE2016-01
Brixton.RELEASE1.1.0.RELEASE1.3.4.RELEASE2016-05
Brixton.SR71.2.7.RELEASE1.1.3.RELEASE1.3.7.RELEASE
Camden.RELEAS1.2.0.RELEASE1.3.7.RELEASE2016-09
Camden.SR71.1.9.RELEASE2017-05
Dalston.RELEASE1.3.0.RELEASE1.5.2.RELEASE2017-04
Dalston.SR51.3.6.RELEASE1.5.9.RELEASE2017-12
Edgware.RELEASE1.4.0.RELEASE2017-11
Edgware.SR61.4.7.RELEASE2019-05
Finchley.RELEASE2.0.0.RELEASE2018-01
Finchley.SR42.0.4.RELEASE2019-01
Greenwich.RELEASE2.1.0.RELEASE2019-01
Greenwich.SR62.1.5.RELEASE2020-05
Hoxton.RELEASE2.2.0.RELEASE2.2.1.RELEASE2019-11
Hoxton.SR112.2.8.RELEASE2.3.10.RELEASE2021-04
2020.0.03.0.02.4.12020-12
2020.0.13.0.12.4.22021-01
2020.0.23.0.22.4.32021-03
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-dependencies</artifactId>
    <version>2020.0.0</version>
    <type>pom</type>
    <scope>runtime</scope>
</dependency>

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter</artifactId>
    <version>3.0.0</version>
</dependency>

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter</artifactId>
    <version>2.4.1</version>
</dependency>
  • 17
    点赞
  • 46
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

qq_26264237

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值