SpringCloud和SpringBoot的详细版本说明

spring boot 和cloud版本说明
springcloud版本号查看:https://spring.io/projects/spring-cloud#learn

大版本说明

大版本:
Spring Boot     Spring Cloud     关系
1.2.x     Angel版本(天使)     兼容Spring Boot 1.2.x
1.3.x     Brixton版本(布里克斯顿)     兼容Spring Boot 1.3.x,也兼容Spring Boot 1.4.x
1.4.x     Camden版本(卡姆登)     兼容Spring Boot 1.4.x,也兼容Spring Boot 1.5.x
1.5.x     Dalston版本(多尔斯顿)     兼容Spring Boot 1.5.x,不兼容Spring Boot 2.0.x
1.5.x     Edgware版本(埃奇韦尔)     兼容Spring Boot 1.5.x,不兼容Spring Boot 2.0.x
2.0.x     Finchley版本(芬奇利)     兼容Spring Boot 2.0.x,不兼容Spring Boot 1.5.x
2.1.x     Greenwich版本(格林威治)     

实际开发版本关系
spring-boot-starter-parent     spring-cloud-dependencies
版本号     发布日期     版本号     发布日期
1.5.2.RELEASE     2017年3月     Dalston.RC1     2017年未知月
1.5.9.RELEASE     Nov, 2017     Edgware.RELEASE     Nov, 2017
1.5.16.RELEASE     Sep, 2018     Edgware.SR5     Oct, 2018
1.5.20.RELEASE     Apr, 2019     Edgware.SR5     Oct, 2018
2.0.2.RELEASE     May, 2018     Finchley.BUILD-SNAPSHOT     2018年未知月
2.0.6.RELEASE     Oct, 2018     Finchley.SR2     Oct, 2018
2.1.4.RELEASE     Apr, 2019     Greenwich.SR1     Mar, 2019

spring-cloud-dependencies 版本列表可查看:
spring-cloud-dependencies

spring-boot-starter-parent 版本列表可查看:
spring-boot-starter-parent

原文地址:https://www.cnblogs.com/zouhong/p/12636368.html