springcloud版本

springcloud的版本格式:

大版本(以英國地鐵站命名,按首字母排序).小版本

 

maven中央倉庫上版本一覽:

 

希臘字母版本號

  Base:設計階段。只有相應的設計沒有具體的功能實現

  Alpha:軟件的初級版本。基本功能已經實現,但存在較多的bug

  Bate:相對於Alpha已經有了很大的進步,消除了嚴重的BUG,但還存在一些潛在的BUG,還需要不斷測試

  RELEASE:最終版本,沒有太大的問題

 

 關於版本發佈說明

SNAPSHOT            快照版,可以穩定使用,且仍在繼續改進版本

BUILD-XXX          開發版,開發團隊內部使用,不是很穩定

GA                General Availability,穩定版,相比於開發版,基本上可以使用了

PRE(M1、M2)    preview edition,里程碑版,主要是修復了一些BUG的版本,一個GA後通常有多個里程碑版

RC                           Release Candidate,候選發佈版,該階段的軟件類似於最終版的一個發行觀察期,基本只修復比較嚴重的BUG

SR                    Service Release,正式發佈版

 

Spring Cloud與Spring Boot版本匹配關係

Spring Cloud

Spring Boot

Finchley

兼容Spring Boot 2.0.x,不兼容Spring Boot 1.5.x

Dalston和Edgware

兼容Spring Boot 1.5.x,不兼容Spring Boot 2.0.x

Camden

兼容Spring Boot 1.4.x,也兼容Spring Boot 1.5.x

Brixton

兼容Spring Boot 1.3.x,也兼容Spring Boot 1.4.x

Angel

兼容Spring Boot 1.2.x

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章