springboot与springcloud对应版本

Spring Boot 与 Spring Cloud Alibaba 版本对应关系

请根据您使用的 Spring Boot 版本,选择兼容的 Spring Cloud Alibaba 版本:

Spring Boot Version Spring Cloud Alibaba Version Spring Cloud Version

3.0.2 2022.0.0.0 Spring Cloud 2022.0.0

3.0.2 2022.0.0.0-RC2 Spring Cloud 2022.0.0

3.0.0 2022.0.0.0-RC1 Spring Cloud 2022.0.0

2.6.13 2021.0.5.0 Spring Cloud 2021.0.5

2.6.11 2021.0.4.0 Spring Cloud 2021.0.4

2.6.3 2021.0.1.0 Spring Cloud 2021.0.1

2.4.2 2021.1 Spring Cloud 2020.0.1

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

2.3.2.RELEASE 2.2.6.RELEASE Spring Cloud Hoxton.SR9

2.2.5.RELEASE 2.2.1.RELEASE Spring Cloud Hoxton.SR3

2.2.X.RELEASE 2.2.0.RELEASE Spring Cloud Hoxton.RELEASE

2.1.13.RELEASE 2.1.4.RELEASE Spring Cloud Greenwich.SR6

2.1.X.RELEASE 2.1.2.RELEASE Spring Cloud Greenwich

2.0.X.RELEASE 2.0.4.RELEASE(停止维护,建议升级) Spring Cloud Finchley

1.5.X.RELEASE 1.5.1.RELEASE(停止维护,建议升级) Spring Cloud Edgware

相关推荐
吠品7 小时前
Wine 在 Linux 上运行 Windows 软件完整指南
java·linux·服务器
2601_953720827 小时前
【计算机毕业设计】基于Vue与Spring Boot的高校兼职信息服务平台设计与实现
spring boot·后端·课程设计
亚历克斯神8 小时前
智能搜索系统的升级复盘——从 Elasticsearch 到混合检索的检索质量提升
java·spring·微服务
金銀銅鐵9 小时前
[Java] 一个方法最多可以有多少个入参?
java·jvm
哭哭啼10 小时前
JAVA服务问题诊断
java·开发语言·jvm
evans在进步10 小时前
Spring Boot 核心机制详解:可执行 JAR、CORS、静态资源与配置绑定
spring boot·后端·jar
Sayuanni%310 小时前
SpringBoot 从注解到源码:核心知识点总结
java·spring boot·后端
坚定信念,勇往无前10 小时前
Maven 私有仓库-nexus
java
Minner-Scrapy10 小时前
Scrapy 2.17 源码解析:Scheduler 调度器与磁盘/内存双队列
java·爬虫·python·scrapy·网络爬虫·twisted
晚风醉蝶11 小时前
1-11-奇偶排序-OddEvenSort
java·数据结构·算法