码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • Spring Cloud版本,Spring Boot版本详细对应关系


    目录

    一、官网(网页版)

    二、官网(API接口)

    三、根据历史官方文档梳理、保存的表格

    四、官方(wiki)Spring Cloud的各个组件与Spring Boot支持、对应关系


    有多个方式可以查看Spring Boot和Spring Cloud版本的详细对应关系

    一、官网(网页版)

    官方的对应关系,只是有一些小版本不如第二种API方式详细

    以下是2022.11.21时的截图

    Spring Cloud

    大版本里的小版本对应关系,可以点击蓝色文字链接进入,比如点击Finchely后跳转到git里的版本记录,提示支持Spring Boot 2.0.x,不支持1.x.y

    二、官网(API接口)

     访问官方的API接口,从结果里读取(有一些历史的版本对应关系也没有返回了)

    https://start.spring.io/actuator/info

    这个接口,也是我们使用IDEA等工具,新建Spring Cloud项目时,如果选择的是actuator,使用的接口。里面包含的对应关系很多,不止Spring Cloud版本,还有MyBatis版本等。

    格式化后:

    三、根据历史官方文档梳理、保存的表格

    因为官网对于历史版本的支持比较少,很多历史版本的对应关系都不显示了,可以查看整理后的文档来查找对应关系

    SpringCloud版本SpringBoot版本
    2022.0.0-RC1Spring Boot >=3.0.0-RC1 and <3.1.0-M1
    2022.0.0-M5Spring Boot >=3.0.0-M5 and <3.0.0-RC1
    2022.0.0-M4Spring Boot >=3.0.0-M4 and <3.0.0-M5
    2022.0.0-M3Spring Boot >=3.0.0-M3 and <3.0.0-M4
    2022.0.0-M2Spring Boot >=3.0.0-M2 and <3.0.0-M3
    2022.0.0-M1Spring Boot >=3.0.0-M1 and <3.0.0-M2
    2021.0.5Spring Boot >=2.6.1 and <3.0.0-M1
    2021.0.1-SNAPSHOTSpring Boot >=2.6.4-SNAPSHOT and <2.7.0-M1
    2021.0.0Spring Boot >=2.6.1 and <2.6.4-SNAPSHOT
    2021.0.0-RC1Spring Boot >=2.6.0-RC1 and <2.6.1
    2021.0.0-M3Spring Boot >=2.6.0-M3 and <2.6.0-RC1
    2021.0.0-M1Spring Boot >=2.6.0-M1 and <2.6.0-M3
    2020.0.5Spring Boot >=2.4.0.M1 and <2.6.0-M1
    Hoxton.SR12Spring Boot >=2.2.0.RELEASE and <2.4.0.M1
    Hoxton.BUILD-SNAPSHOTSpring Boot >=2.2.0.BUILD-SNAPSHOT
    Hoxton.M2Spring Boot >=2.2.0.M4 and <=2.2.0.M5
    Greenwich.BUILD-SNAPSHOTSpring Boot >=2.1.9.BUILD-SNAPSHOT and <2.2.0.M4
    Greenwich.SR2Spring Boot >=2.1.0.RELEASE and <2.1.9.BUILD-SNAPSHOT
    Greenwich.M1Spring Boot >=2.1.0.M3 and <2.1.0.RELEASE
    Finchley.BUILD-SNAPSHOTSpring Boot >=2.0.999.BUILD-SNAPSHOT and <2.1.0.M3
    Finchley.SR4Spring Boot >=2.0.3.RELEASE and <2.0.999.BUILD-SNAPSHOT
    Finchley.RC2Spring Boot >=2.0.2.RELEASE and <2.0.3.RELEASE
    Finchley.RC1Spring Boot >=2.0.1.RELEASE and <2.0.2.RELEASE
    Finchley.M9Spring Boot >=2.0.0.RELEASE and <=2.0.0.RELEASE
    Finchley.M7Spring Boot >=2.0.0.RC2 and <=2.0.0.RC2
    Finchley.M6Spring Boot >=2.0.0.RC1 and <=2.0.0.RC1
    Finchley.M5Spring Boot >=2.0.0.M7 and <=2.0.0.M7
    Finchley.M4Spring Boot >=2.0.0.M6 and <=2.0.0.M6
    Finchley.M3Spring Boot >=2.0.0.M5 and <=2.0.0.M5
    Finchley.M2Spring Boot >=2.0.0.M3 and <2.0.0.M5
    Edgware.SR51.5.20.RELEASE
    Edgware.SR51.5.16.RELEASE
    Edgware.RELEASE1.5.9.RELEASE
    Dalston.RC11.5.2.RELEASE

    四、官方(wiki)Spring Cloud的各个组件与Spring Boot支持、对应关系

    https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions

    2022.0 (Kilburn)2021.0 (Jubilee)2020.0 (ilford)HoxtonGreenwichFinchleyEdgware
    spring-boot3.0.x2.7.x/2.6.x2.5.x/2.4.x2.3.x/2.2.x2.1.x2.0.x1.5.x
    spring-cloud-bus4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.3.x
    spring-cloud-circuitbreaker3.0.x2.1.x2.0.x1.0.x---
    spring-cloud-cli-3.1.x3.0.x2.2.x2.1.x2.0.x1.4.x
    spring-cloud-cloudfoundry-3.1.x3.0.x2.2.x2.1.x2.0.x1.1.x
    spring-cloud-commons4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.3.x
    spring-cloud-config4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.4.x
    spring-cloud-consul4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.3.x
    spring-cloud-contract4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.2.x
    spring-cloud-function3.2.x3.2.x3.1.x3.0.x2.0.x1.0.x1.0.x
    spring-cloud-gateway4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.0.x
    spring-cloud-kubernetes3.0.x2.1.x2.0.x1.1.x1.0.x--
    spring-cloud-netflix4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.4.x
    spring-cloud-openfeign4.0.x3.1.x3.0.x2.2.x2.1.x--
    spring-cloud-security---2.2.x2.1.x2.0.x1.2.x
    spring-cloud-sleuth-3.1.x3.0.x2.2.x2.1.x2.0.x1.3.x
    spring-cloud-stream4.0.x3.2.x3.1.xHorsham.xFishtown.xElmhurst.xDitmars.x
    spring-cloud-task3.0.x2.4.x2.3.x2.2.x2.1.x2.0.x1.2.x
    spring-cloud-vault4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.1.x
    spring-cloud-zookeeper4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.2.x

  • 相关阅读:
    vue2+echarts:后台传递一天有多类数据的时候,如何渲染柱状图
    Ubuntu18.04安装IgH主站
    矩阵乘法的性质
    springboot+mybatis+mysql+Quartz实现任务调度(定时任务,实现可配置)
    [附源码]java毕业设计合租吧管理系统
    【2015】【论文笔记】等离子光混合器THz辐射的光谱——
    Unity Mono和.Net平台浮点算法的区别
    Oracle收集统计信息的一些思考
    推理还是背诵?通过反事实任务探索语言模型的能力和局限性
    【Java】Java核心API概述
  • 原文地址:https://blog.csdn.net/lzhfdxhxm/article/details/127961189
  • 最新文章
  • 沪漂五周年了:我越来越迷茫了
    Agentic Skill Routing 实战:别再把所有 Skill 塞进 AI Agent 上下文
    MySQL-Seconds_behind_master的精度误差
    [MAF预定义ChatClient中间件-03]CachingChatClient——利用缓存省钱省时间
    AI的至暗历史:从万众期待到被政府撤资,AI的两次死亡徘徊
    Agent OS :五种驯服不确定性的范式
    PortSwigger SQL注入LAB11
    数据库即时编译JIT
    [Begin]AI Learn Data Day 0
    深度学习进阶(二十七)现代 LLM 的核心架构设计其二:SwiGLU
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号