来源:
https://blog.51cto.com/thinklili/2329744
https://spring.io/projects/spring-cloud
SpringCloud包含了众多子项目,每一个子项目发布时间不一定一致,所以采用了伦敦地铁站为版本说明,而不是数字。并且从A开始是第一个发布版,B是第二个,以此类推。
SpringCloud版本 | SpringBoot版本 |
---|---|
Hoxton(霍斯顿) | 2.2.x, 2.3.x (Starting with SR5) |
Greenwich(格林威治) | 2.1.x |
Finchley(芬奇利) | 2.0.x |
Edgware(埃奇韦尔) | 1.5.x |
Dalston(多尔斯顿) | 1.5.x |
Camden(卡姆登) | 1.4.x |
Brixton(布里克斯顿) | 1.3.x |
Angel(天使) | 1.0.x |
SpringCloud的几个发布标签有:
GA:General availability:通用版本。并且已经很稳定了,功能齐全。
RC:Release candidate:发布候选版本。功能较为齐全,相对稳定,问题应该相对少和次要,值得报告,bug将会修复。
M:Milestone build:里程碑版本。功能还不全,项目完成了一个计划,但是还是可能有问题的。
SRX:Service Release:服务发布版本。When point releases of the individual projects accumulate to a critical mass, or if there is a critical bug in one of them that needs to be available to everyone, the release train will push out "service releases" with names ending ".SRX", where "X" is a number.(当单个项目的点发布累积到一个临界量时,或者如果其中有一个关键的bug需要对每个人都可用,发布序列将推出名称以".SRX"结尾的“服务发布”, 其中“X”是一个数字。)