Spring Cloud Alibaba、Spring Cloud、Spring Boot依赖版本对照表

本文档提供了Spring Cloud Alibaba的版本与Spring Cloud和Spring Boot的对应表格,帮助开发者了解不同版本之间的兼容性,确保项目稳定运行。建议在升级或初始化项目时参考此对照表选择合适的版本。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

1 官方文档

https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E[这里是图片001]https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E

2 依赖版本对照表

序号

Spring Cloud Alibaba

Spring Cloud

Spring Boot

1

1.5.1.RELEASE(停止维护)

Edgware

1.5.X.RELEASE

2

2.0.3.RELEASE(停止维护)

2.0.4.RELEASE(停止维护)

Finchley

2.0.X.RELEASE

3

2.1.2.RELEASE

Greenwich

2.1.X.RELEASE

4

2.2.0.RELEASE

Hoxton.RELEASE

2.2.X.RELEASE

5

2.2.1.RELEASE

Hoxton.SR3

2.2.5.RELEASE

6

2.1.3.RELEASE

2.1.4.RELEASE

Greenwich.SR6

2.1.13.RELEASE

7

2.2.3.RELEASE

2.2.6.RELEASE

Hoxton.SR8

Hoxton.SR9

2.3.2.RELEASE

8

2021.1

2020.0.1

2.4.2

9

2.2.7.RELEASE

Hoxton.SR12

2.3.12.RELEASE

### Spring CloudSpring Cloud AlibabaSpring Boot兼容版本对照表 对于项目开发而言,选择合适的框架组合至关重要。以下是经过整理的Spring CloudSpring Cloud Alibaba以及Spring Boot之间的稳定兼容版本列表: | Spring Cloud | Spring Cloud Alibaba | Spring Boot | |--| | Hoxton.SR8 | 2.2.5.RELEASE | 2.3.4.RELEASE | | 2020.0.3 (Ilford SR3) | 2021.1.LTS (1.5.7) | 2.5.9 | | 2021.0.5 (Edgware SR5)| 2021.1.LTS (1.5.7) | 2.6.7 | 上述表格展示了不同版本间的相互支持情况[^1]。 当构建基于微服务架构的应用程序时,确保所使用的组件之间具有良好的兼容性可以减少许多不必要的麻烦并提高系统的稳定性[^2]。 ```java // 示例代码用于展示如何在pom.xml中配置依赖项 <dependencies> <!-- Spring Boot Starter Parent --> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.3.4.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <!-- Spring Cloud Dependency Management --> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>Hoxton.SR8</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <!-- Spring Cloud Alibaba Dependency Management --> <dependencyManagement> <dependencies> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> <version>2.2.5.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> </dependencies> ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值