javascript
Spring Cloud Alibaba - 02 SpringCloud 、 SpringCloud Alibaba 、SpringBoot的生产版本选择
文章目錄
- Spring Cloud 生態圈概覽
- Spring Cloud
- Spring Cloud Alibaba
- 版本選擇
- Spring Boot 版本說明
- Spring Cloud 版本說明
- Spring Cloud 發布計劃
- Spring Cloud 曾經發布的計劃
- 三者對應關系
- 生產環境推薦
Spring Cloud 生態圈概覽
Spring Cloud
https://spring.io/projects/spring-cloud
Spring Cloud Alibaba
https://github.com/alibaba/spring-cloud-alibaba/blob/master/README-zh.md
版本選擇
Spring Boot 版本說明
- 其中2:表示的主版本號,表示是我們的SpringBoot第二代產品
- 其中6:表示的是次版本號,增加了一些新的功能但是主體的架構是沒有變化的,是兼容的
- 其中3:表示的是bug修復版
所以2.6.3合起來就是springboot的第二代版本的第6個小版本的 第3次bug修復版本
RELEASE版本的演進過程:
snapshot(開發版本) ----------------> M1…M2(里程碑版本,在正式版發布之前 會出幾個里程碑的版本)
--------------> release(正式版本)
Spring Cloud 版本說明
老的wiki頁面: https://github.com/spring-projects/spring-cloud/wiki
第一代版本:Angle
第二代版本:Brixton
第三代版本:Camden
第四代版本:Edgware
第五代版本:Finchley
第六代版本:GreenWich (G版本及之前的版本 都 End Of Life 了 )
第七代版本:Hoxton
第八代版本 2020.0.x (ILford)
第九代版本 2021.0.x (Jubilee)
新的版本發布wiki頁面
https://github.com/spring-cloud/spring-cloud-release/wiki
https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2021.0-Release-Notes
-
SNAPSHOT: 快照版本,隨時可能修改
-
M: MileStone,M1表示第1個里程碑版本,一般同時標注PRE,表示預覽版版。
-
RC 版本英文版名字叫Release Candidate(候選版本)一般標注PRE表示預覽版
-
SR: Service Release,SR1表示第1個正式版本,一般同時標注GA:(GenerallyAvailable),表示
穩定版本
舉個例子
比如還有一種RELEASE版本(正式版本) 比如 Hoxton版本順序Hoxton.release----->發現bug----->Hoxton.SR1------>發現bug---->Hoxton.SR2…
Spring Cloud 發布計劃
https://github.com/spring-cloud/spring-cloud-release/milestones
Spring Cloud 曾經發布的計劃
https://github.com/spring-cloud/spring-cloud-release/releases
https://github.com/spring-cloud/spring-cloud-release/tags
三者對應關系
https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E
生產環境推薦
-堅決不用非穩定版本/ end-of-life(不維護)版本
- release版本先等等,等別人去踩踩坑
- SR2以后的可以放心使用【推薦 】
總結
以上是生活随笔為你收集整理的Spring Cloud Alibaba - 02 SpringCloud 、 SpringCloud Alibaba 、SpringBoot的生产版本选择的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 深入理解分布式技术 - 分布式缓存实战_
- 下一篇: Spring Cloud Alibaba