简介
说明
本文介绍springboot与springcloud的版本对应关系。
官网
springboot的版本对应:
大版本的对应
| spring cloud | spring 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.x | 3.0.x |
其他版本的对应
| spring cloud | spring boot |
|---|---|
| dalston.rc1 | 1.5.2.release |
| finchley.m9 | 2.0.0.release |
| finchley.rc1 | 2.0.1.release |
| finchley.rc2 | 2.0.2.release |
| finchley.sr4 | 2.0.3.release~~~2.0.999.release |
| greenwich.sr5 | 2.1.0.release~~~2.1.14.release |
| hoxton.sr4 | 2.2.0.m4 |
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持代码网。
发表评论