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

相关推荐
Xiacqi11 分钟前
Java 中 String、StringBuffer、StringBuilder 的区别
java
Xiacqi15 分钟前
Java 常用集合框架手册
java
笨蛋不要掉眼泪12 分钟前
Java并发编程:线程的创建和运行
java·开发语言·jvm
九伯都13 分钟前
java编写 agent 入门案例
java·开发语言
环流_16 分钟前
redis:持久化rdb
java·数据库·redis
xqqxqxxq42 分钟前
Java 线程池(一)
java·开发语言
Full Stack Developme1 小时前
spring-beans 解析
java·后端·spring
码农-阿杰1 小时前
生成偏向锁 + JIT
java
czt_java1 小时前
线程安全问题
java·开发语言·jvm
likerhood1 小时前
设计模式-装饰器模式(java)
java·设计模式·装饰器模式