栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

SpringCloud与SpringBoot版本的对应关系查询

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

SpringCloud与SpringBoot版本的对应关系查询

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

{

  • "git":{
    • "branch":"6a1cd44381e3de978aebbd8ddf95caf39c38b008",
    • "commit":{
      • "id":"6a1cd44",
      • "time":"2021-09-28T09:09:09Z"
      }
    },
  • "build":{
    • "version":"0.0.1-SNAPSHOT",
    • "artifact":"start-site",
    • "versions":{
      • "spring-boot":"2.5.5",
      • "initializr":"0.11.1-SNAPSHOT"
      },
    • "name":"start.spring.io website",
    • "time":"2021-09-28T09:11:39.646Z",
    • "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.1":"Spring Boot >=2.5.0.M1 and <2.6.0-M1"
      },
    • "codecentric-spring-boot-admin":{
      • "2.4.3":"Spring Boot >=2.3.0.M1 and <2.6.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.4":"Spring Boot >=2.4.0.M1 and <2.5.6-SNAPSHOT",
      • "2020.0.5-SNAPSHOT":"Spring Boot >=2.5.6-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.4":"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.10":"Spring Boot >=2.4.0-M1 and <2.5.0-M1",
      • "1.5.4":"Spring Boot >=2.5.0-M1 and <2.6.0-M1",
      • "1.6.0-M2":"Spring Boot >=2.6.0-M1"
      },
    • "vaadin":{
      • "14.7.1":"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",
      • "0.10.1":"Spring Boot >=2.5.2 and <2.5.3",
      • "0.10.2":"Spring Boot >=2.5.3 and <2.5.4",
      • "0.10.3":"Spring Boot >=2.5.4 and <2.5.5",
      • "0.10.4":"Spring Boot >=2.5.5 and <2.5.6-SNAPSHOT",
      • "0.10.5-SNAPSHOT":"Spring Boot >=2.5.6-SNAPSHOT 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.1":"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"
      }
    }

}

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/274142.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号