java

关注公众号 jb51net

关闭
首页 > 软件编程 > java > SpringBoot与SpringCloud的版本对应关系

SpringBoot与SpringCloud的版本对应关系解读

作者:IT利刃出鞘

本文介绍了SpringBoot与SpringCloud的版本对应关系,提供了一个官方的版本对应表,并给出了个人的一些经验总结

简介

说明

本文介绍SpringBoot与SpringCloud的版本对应关系。

官网

SpringBoot的版本对应:

大版本的对应

Spring CloudSpring Boot
Angel

1.2.x

Brixton>=1.3.x and <=1.4.x
Camden

>=1.4.x and <=1.5.x

Dalston、Edgware

1.5.x(不兼容Spring Boot1.4.x)

Finchley

2.0.x(不兼容Spring Boot 1.5.x)

Greenwich

2.1.x(不兼容Spring Boot 2.0.x)

Hoxtonl

2.2.x

Hoxton.SR12>=2.2.0.RELEASE and <2.4.0.M1
2020.0.3及之后2.4.x、2.5.x
2021.0.3及之后2.6.x、2.7.x
2022.0.x3.0.x

其他版本的对应

Spring CloudSpring Boot
Dalston.RC11.5.2.RELEASE
Finchley.M92.0.0.RELEASE
Finchley.RC12.0.1.RELEASE
Finchley.RC22.0.2.RELEASE
Finchley.SR42.0.3.RELEASE~~~2.0.999.RELEASE
Greenwich.SR52.1.0.RELEASE~~~2.1.14.RELEASE
Hoxton.SR42.2.0.M4

总结

以上为个人经验,希望能给大家一个参考,也希望大家多多支持脚本之家。

您可能感兴趣的文章:
阅读全文