zoukankan      html  css  js  c++  java
  • springboot 与 springcloud 版本匹配

    官方提供的建议规则

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

    {
        "git": {
            "branch": "d307081a71bbf81f83ce723f9f92b22aef719fc2",
            "commit": {
                "id": "d307081",
                "time": "2021-08-05T13:08:26Z"
            }
        },
        "build": {
            "version": "0.0.1-SNAPSHOT",
            "artifact": "start-site",
            "versions": {
                "spring-boot": "2.5.3",
                "initializr": "0.11.0-SNAPSHOT"
            },
            "name": "start.spring.io website",
            "time": "2021-08-05T13:09:44.217Z",
            "group": "io.spring.start"
        },
        "bom-ranges": {
            "azure": {
                "3.2.0": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
                "3.5.0": "Spring Boot >=2.4.0.M1 and <2.5.0-M1",
                "3.6.0": "Spring Boot >=2.5.0.M1 and <2.6.0-M1"
            },
            "codecentric-spring-boot-admin": {
                "2.3.1": "Spring Boot >=2.3.0.M1 and <2.5.0-M1"
            },
            "solace-spring-boot": {
                "1.1.0": "Spring Boot >=2.3.0.M1 and <2.6.0-M1"
            },
            "solace-spring-cloud": {
                "1.1.1": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
                "2.1.0": "Spring Boot >=2.4.0.M1 and <2.6.0-M1"
            },
            "spring-cloud": {
                "Hoxton.SR12": "Spring Boot >=2.2.0.RELEASE and <2.4.0.M1",
                "2020.0.3": "Spring Boot >=2.4.0.M1 and <2.5.4-SNAPSHOT",
                "2020.0.4-SNAPSHOT": "Spring Boot >=2.5.4-SNAPSHOT and <2.6.0-M1",
                "2021.0.0-M1": "Spring Boot >=2.6.0.M1 and <2.6.0-SNAPSHOT",
                "2021.0.0-SNAPSHOT": "Spring Boot >=2.6.0-SNAPSHOT"
            },
            "spring-cloud-gcp": {
                "2.0.3": "Spring Boot >=2.4.0-M1 and <2.6.0-M1"
            },
            "spring-cloud-services": {
                "2.3.0.RELEASE": "Spring Boot >=2.3.0.RELEASE and <2.4.0-M1",
                "2.4.1": "Spring Boot >=2.4.0-M1 and <2.5.0-M1"
            },
            "spring-geode": {
                "1.3.12.RELEASE": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
                "1.4.9": "Spring Boot >=2.4.0-M1 and <2.5.0-M1",
                "1.5.3": "Spring Boot >=2.5.0-M1 and <2.6.0-M1",
                "1.6.0-M1": "Spring Boot >=2.6.0-M1"
            },
            "vaadin": {
                "14.6.5": "Spring Boot >=2.1.0.RELEASE and <2.6.0-M1"
            },
            "wavefront": {
                "2.0.2": "Spring Boot >=2.1.0.RELEASE and <2.4.0-M1",
                "2.1.1": "Spring Boot >=2.4.0-M1 and <2.5.0-M1",
                "2.2.0": "Spring Boot >=2.5.0-M1"
            }
        },
        "dependency-ranges": {
            "native": {
                "0.9.0": "Spring Boot >=2.4.3 and <2.4.4",
                "0.9.1": "Spring Boot >=2.4.4 and <2.4.5",
                "0.9.2": "Spring Boot >=2.4.5 and <2.5.0-M1",
                "0.10.0": "Spring Boot >=2.5.0-M1 and <2.5.2-M1",
                "0.10.1": "Spring Boot >=2.5.2-M1 and <2.5.3-M1",
                "0.10.2-SNAPSHOT": "Spring Boot >=2.5.3-M1 and <2.6.0-M1"
            },
            "okta": {
                "1.4.0": "Spring Boot >=2.2.0.RELEASE and <2.4.0-M1",
                "1.5.1": "Spring Boot >=2.4.0-M1 and <2.4.1",
                "2.0.1": "Spring Boot >=2.4.1 and <2.5.0-M1",
                "2.1.0": "Spring Boot >=2.5.0-M1 and <2.6.0-M1"
            },
            "mybatis": {
                "2.1.4": "Spring Boot >=2.1.0.RELEASE and <2.5.0-M1",
                "2.2.0": "Spring Boot >=2.5.0-M1"
            },
            "camel": {
                "3.5.0": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
                "3.10.0": "Spring Boot >=2.4.0.M1 and <2.5.0-M1",
                "3.11.1": "Spring Boot >=2.5.0.M1 and <2.6.0-M1"
            },
            "open-service-broker": {
                "3.2.0": "Spring Boot >=2.3.0.M1 and <2.4.0-M1",
                "3.3.0": "Spring Boot >=2.4.0-M1 and <2.5.0-M1"
            }
        }
    }
    
    

    截止到2020版本

    Release Train Boot Version
    2020.0.3+ 2.4.x, 2.5.x
    2020.0.x 2.4.x
    Ilford 2.4.x
    Hoxton.SR5+ 2.2.x, 2.3.x
    Hoxton 2.2.x
    Greenwich 2.1.x
    Finchley 2.0.x
    Edgware 1.5.x
    Dalston 1.5.x
    Camden.SR5+ 1.4.x, 1.5.x
    Camden 1.4.x
    Brixton 1.3.x, 1.4.x
    Angel 1.2.x

  • 相关阅读:
    LeetCode 38. 外观数列
    LeetCode 33. 搜索旋转排序数组
    LeetCode 31. 下一个排列
    LeetCode 34. 在排序数组中查找元素的第一个和最后一个位置
    LeetCode 29. 两数相除
    LeetCode 22. 括号生成
    LeetCode 1. 两数之和
    LeetCode 17. 电话号码的字母组合
    LeetCode 18. 四数之和
    LeetCode 16. 最接近的三数之和
  • 原文地址:https://www.cnblogs.com/iullor/p/15107378.html
Copyright © 2011-2022 走看看