### 正常版本
```
org.springframework.boot spring-boot-starter-parent 2.1.7.RELEASE
```
### SpringCloud 版本 Release Trains(发布列车)
> 为了避免与子项目混淆,发布火车有名称,而没有版本。这些名字是按字母顺序排列的(所以你可以按时间顺序排列),还有伦敦地铁站的名字(“Angel”是第一个版本,“Brixton”是第二个版本)。当单个项目的点发布累积到一个临界量时,或者如果其中有一个临界bug需要对所有人可用,那么发布序列将推出名称以“service release”结尾的“服务发布”。,其中“X”是一个数字。
- Hoxton(第8代)
- Greenwich(第7代)
- Finchley(第6代)
- Edgware(第5代)
- Dalston(第一4)
- Cxxx(第3代)
- Bxxx(第2代)
- Axxx(第1代)
> Greenwich.SR2,SR2表示Service Release bug修复,2:第几次
> Greenwich.Release Greenwich版本的第一个正式版
> Greenwich.SR1 Greenwich版本的第一个bug修复版
#### 发布顺序
> Greenwich.Release ---> Greenwich.SR1 ---> Greenwich.SR2
[赵小胖个人博客](https://zc.happyloves.cn:4443/wordpress/)
相关文章:
- Spring Cloud版本选择 2022-12-23
- Spring cloud -- spring cloud版本号发布规则 2021-08-19
- Spring Boot版本,Spring Cloud版本与组件版本关系 2021-10-25
- Spring Cloud Gateway 扩展支持多版本控制及灰度发布 2021-05-27
- spring cloud 版本 与 spring boot 版本 对应关系 2022-01-10
- Spring Cloud Alibaba 与 Spring Boot、Spring Cloud 版本对应关系 2022-12-23
- 2.Spring-Cloud版本说明 2021-08-06