日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 前端技术 > javascript >内容正文

javascript

Spring Cloud Alibaba - 02 SpringCloud 、 SpringCloud Alibaba 、SpringBoot的生产版本选择

發(fā)布時(shí)間:2025/3/21 javascript 29 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Spring Cloud Alibaba - 02 SpringCloud 、 SpringCloud Alibaba 、SpringBoot的生产版本选择 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

文章目錄

  • 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(正式版本)

<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent --> <dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>2.6.3</version><type>pom</type> </dependency>

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)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。