springcloudalibaba版本发布说明

版本发布说明 | https://sca.aliyun.com

2.2.x 分支

适配 Spring Boot 为 2.4,Spring Cloud Hoxton 版本及以下的 Spring Cloud Alibaba 版本按从新到旧排列如下表(最新版本用*标记):

Spring Cloud Alibaba Version Spring Cloud Version Spring Boot Version
2.2.10-RC2* Spring Cloud Hoxton.SR12 2.3.12.RELEASE
2.2.10-RC1 Spring Cloud Hoxton.SR12 2.3.12.RELEASE
2.2.9.RELEASE Spring Cloud Hoxton.SR12 2.3.12.RELEASE
2.2.8.RELEASE Spring Cloud Hoxton.SR12 2.3.12.RELEASE
2.2.7.RELEASE Spring Cloud Hoxton.SR12
### Spring Cloud Alibaba 整合 Nacos 的推荐版本 对于Spring Cloud Alibaba与Nacos整合时所使用的版本,官方文档以及社区实践均建议保持组件间的兼容性。通常情况下,应当选择稳定版的Spring Cloud Alibaba对应支持该版本的Nacos。 当前较为广泛接受的一个组合为: - **Spring Boot 版本**: 2.7.x 或以上 - **Spring Cloud 版本**: 2021.0.5 (即Fortress版本)[^1] - **Spring Cloud Alibaba 版本**: 2021.0.5.0 - **Nacos 版本**: 2.0.3 或更高版本[^2] 此版本组合能够确保各模块之间的良好协作,并且提供了较好的性能表现和支持特性。需要注意的是,在实际开发过程中应关注各个库最新的发布说明,因为随着时间推移可能会有新的改进或安全更新被引入。 为了验证上述版本是否适合具体的应用场景,可以在测试环境中先行尝试部署并进行全面的功能性和稳定性测试。 ```xml <properties> <java.version>1.8</java.version> <!-- 其他属性 --> <spring-cloud.version>2021.0.5</spring-cloud.version> <spring-cloud-alibaba.version>2021.0.5.0</spring-cloud-alibaba.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${spring-cloud.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> <version>${spring-cloud-alibaba.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值