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

相关推荐
半瓶榴莲奶^_^1 天前
jvm java虚拟机
java·jvm
invicinble1 天前
这里对java的知识体系做一个全域的介绍
java·开发语言·python
wbs_scy1 天前
【Linux 线程进阶】进程 vs 线程资源划分 + 线程控制全详解
java·开发语言
ss2731 天前
食谱推荐系统功能测试如何写?
java·数据库·spring boot·功能测试
2301_811274311 天前
基于SpringBoot的智能家居管理系统
spring boot·后端·智能家居
毕设源码_古学姐1 天前
计算机毕业设计springboot智能家居项目管理系统 基于SpringBoot的智能家居项目管理平台设计与实现 SpringBoot技术驱动的智能家居项目管理系统开发
spring boot·智能家居·课程设计
毕设源码-张学姐1 天前
计算机毕业设计springboot智能家居设备信息管理系统 基于SpringBoot的智能家居设备全生命周期管理平台 面向智慧家庭的SpringBoot设备资产与场景运营系统
spring boot·智能家居·课程设计
AI人工智能+电脑小能手1 天前
【大白话说Java面试题】【Java基础篇】第15题:JDK1.7中HashMap扩容为什么会发生死循环?如何解决
java·开发语言·数据结构·后端·面试·哈希算法
try2find1 天前
打印ascii码报错问题
java·linux·前端
014-code1 天前
CompletableFuture 实战模板(超时、组合、异常链处理)
java·数据库