Spring cloud 的版本號以各個單詞的首字母排序,越靠后越新。
| Spring cloud release train | spring boot |
|---|---|
| Hoxton | 2.2.x |
| Greenwich | 2.1.x |
| Finchley | 2.0.x |
| Edgware | 1.5.x |
| Dalston | 1.5.x |
| Camden | 1.4.x |
| Brixton | 1.3.x |
| Angle | 1.2.x |
Spring Cloud is an umbrella project consisting of independent projects with, in principle, different release cadences.
Spring Cloud 是 一個包含很多獨立項目所組成的整體項目,這些項目大體上遵循自身的發(fā)行版本。
通過使用父BOM定義,可以保證SpringCloud中所使用子項目的兼容版本,而不需要為子項目依賴聲明版本號。
幾種版本結(jié)尾說明:
SRX:SR表示service release,是正式發(fā)行版本。X表示第幾版
RCX:RC表示release candidate,表示發(fā)行候選版本。X表示第幾版
SNAPSHOT:表示臨時版本