javascript
Spring Cloud Alibaba - 02 SpringCloud 、 SpringCloud Alibaba 、SpringBoot的生产版本选择
文章目錄
- Spring Cloud 生態(tài)圈概覽
- Spring Cloud
- Spring Cloud Alibaba
- 版本選擇
- Spring Boot 版本說(shuō)明
- Spring Cloud 版本說(shuō)明
- Spring Cloud 發(fā)布計(jì)劃
- Spring Cloud 曾經(jīng)發(fā)布的計(jì)劃
- 三者對(duì)應(yīng)關(guān)系
- 生產(chǎn)環(huán)境推薦
Spring Cloud 生態(tài)圈概覽
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 版本說(shuō)明
- 其中2:表示的主版本號(hào),表示是我們的SpringBoot第二代產(chǎn)品
- 其中6:表示的是次版本號(hào),增加了一些新的功能但是主體的架構(gòu)是沒(méi)有變化的,是兼容的
- 其中3:表示的是bug修復(fù)版
所以2.6.3合起來(lái)就是springboot的第二代版本的第6個(gè)小版本的 第3次bug修復(fù)版本
RELEASE版本的演進(jìn)過(guò)程:
snapshot(開(kāi)發(fā)版本) ----------------> M1…M2(里程碑版本,在正式版發(fā)布之前 會(huì)出幾個(gè)里程碑的版本)
--------------> release(正式版本)
Spring Cloud 版本說(shuō)明
老的wiki頁(yè)面: 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)
新的版本發(fā)布wiki頁(yè)面
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: 快照版本,隨時(shí)可能修改
-
M: MileStone,M1表示第1個(gè)里程碑版本,一般同時(shí)標(biāo)注PRE,表示預(yù)覽版版。
-
RC 版本英文版名字叫Release Candidate(候選版本)一般標(biāo)注PRE表示預(yù)覽版
-
SR: Service Release,SR1表示第1個(gè)正式版本,一般同時(shí)標(biāo)注GA:(GenerallyAvailable),表示
穩(wěn)定版本
舉個(gè)例子
比如還有一種RELEASE版本(正式版本) 比如 Hoxton版本順序Hoxton.release----->發(fā)現(xiàn)bug----->Hoxton.SR1------>發(fā)現(xiàn)bug---->Hoxton.SR2…
Spring Cloud 發(fā)布計(jì)劃
https://github.com/spring-cloud/spring-cloud-release/milestones
Spring Cloud 曾經(jīng)發(fā)布的計(jì)劃
https://github.com/spring-cloud/spring-cloud-release/releases
https://github.com/spring-cloud/spring-cloud-release/tags
三者對(duì)應(yīng)關(guān)系
https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E
生產(chǎn)環(huán)境推薦
-堅(jiān)決不用非穩(wěn)定版本/ end-of-life(不維護(hù))版本
- release版本先等等,等別人去踩踩坑
- SR2以后的可以放心使用【推薦 】
總結(jié)
以上是生活随笔為你收集整理的Spring Cloud Alibaba - 02 SpringCloud 、 SpringCloud Alibaba 、SpringBoot的生产版本选择的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 深入理解分布式技术 - 分布式缓存实战_
- 下一篇: Spring Cloud Alibaba