参考博客:SpringBoot与SpringCloud的版本对应详细版_spring boot2.6.15对应springcloud-优快云博客
简介:最近想看看spring cloud的知识,在网上找了一下相关的教程,找到了一位博主关于spring cloud的相关教程史上最简单的 SpringCloud 教程 | 第一篇: 服务的注册与发现(Eureka)_eureka 服务注册-优快云博客。然后我就开始从零开始模仿他的博客重新自己写了一遍,搭建的时候就有各种问题,可能是因为spring boot和spring cloud版本不兼容导致的,整的我这心里可TM烦了,所以我决定查一下到底他们之间的版本是如何对应的,查阅了大量的资料,就找了一篇靠谱的博文,下面的内容我感觉还是比较靠谱,所以整理了一下
大版本对应:
Spring Boot | Spring Cloud |
1.2.x | Angel版本 |
1.3.x | Brixton版本 |
1.4.x stripes | Camden版本 |
1.5.x | Dalston版本、Edgware版本 |
2.0.x | Finchley版本 |
在实际开发中,我们需要更详细的版本对应:
spring-boot-starter-parent | spring-cloud-dependencies | ||||
版本号 | 发布日期 | 版本介绍 | 版本号 | 发布日期 | 版本介绍 |
1.5.2.RELEASE | 2017年3月 | 稳定版 | Dalston.RC1 | 稳定版 | |
1.5.9.RELEASE | 2017年11月 | 稳定版 | Edgware.RELEASE | 2017年11月 | |
1.5.16.RELEASE | Edgware.SR5 | ||||
1.5.20.RELEASE | Edgware.SR5 | ||||
2.0.2.RELEASE | 2018年5月 | Finchley.BUILD-SNAPSHOT | 2018年未知月 | ||
2.0.3.RELEASE | Finchley.RELEASE | ||||
2.0.6.RELEASE | Finchley.SR2 | ||||
2.1.4.RELEASE | Greenwich.SR1 |
spring-cloud-dependencies 版本列表可查看:
https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies
spring-boot-starter-parent 版本列表可查看:
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent