SpringCloud和SprigBoot之间的依赖关系怎么看

SpringCloud官网地址

https://spring.io/projects/spring-cloud

 

 

不推荐使用了,推荐用最新的是Hoxton版本

 

 

打开下面提供的网页

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

 

 

使用解析工具查看

https://tool.lu/json/

查看json串返回的结果

{
  "git": {
    "commit": {
      "time": "2020-03-07T08:04:03Z",
      "id": "03283ca"
    },
    "branch": "03283cab55067726d64cd176fa690916d25253d4"
  },
  "build": {
    "version": "0.0.1-SNAPSHOT",
    "artifact": "start-site",
    "name": "start.spring.io website",
    "versions": {
      "initializr": "0.9.0.BUILD-SNAPSHOT",
      "spring-boot": "2.2.5.RELEASE"
    },
    "group": "io.spring.start",
    "time": "2020-03-07T08:37:58.380Z"
  },
  "bom-ranges": {
    "azure": {
      "2.0.10": "Spring Boot >=2.0.0.RELEASE and <2.1.0.RELEASE",
      "2.1.7": "Spring Boot >=2.1.0.RELEASE and <2.2.0.M1",
      "2.2.0": "Spring Boot >=2.2.0.M1"
    },
    "codecentric-spring-boot-admin": {
      "2.0.6": "Spring Boot >=2.0.0.M1 and <2.1.0.M1",
      "2.1.6": "Spring Boot >=2.1.0.M1 and <2.2.0.M1",
      "2.2.1": "Spring Boot >=2.2.0.M1"
    },
    "spring-cloud": {
      "Finchley.M2": "Spring Boot >=2.0.0.M3 and <2.0.0.M5",
      "Finchley.M3": "Spring Boot >=2.0.0.M5 and <=2.0.0.M5",
      "Finchley.M4": "Spring Boot >=2.0.0.M6 and <=2.0.0.M6",
      "Finchley.M5": "Spring Boot >=2.0.0.M7 and <=2.0.0.M7",
      "Finchley.M6": "Spring Boot >=2.0.0.RC1 and <=2.0.0.RC1",
      "Finchley.M7": "Spring Boot >=2.0.0.RC2 and <=2.0.0.RC2",
      "Finchley.M9": "Spring Boot >=2.0.0.RELEASE and <=2.0.0.RELEASE",
      "Finchley.RC1": "Spring Boot >=2.0.1.RELEASE and <2.0.2.RELEASE",
      "Finchley.RC2": "Spring Boot >=2.0.2.RELEASE and <2.0.3.RELEASE",
      "Finchley.SR4": "Spring Boot >=2.0.3.RELEASE and <2.0.999.BUILD-SNAPSHOT",
      "Finchley.BUILD-SNAPSHOT": "Spring Boot >=2.0.999.BUILD-SNAPSHOT and <2.1.0.M3",
      "Greenwich.M1": "Spring Boot >=2.1.0.M3 and <2.1.0.RELEASE",
      "Greenwich.SR5": "Spring Boot >=2.1.0.RELEASE and <2.1.14.BUILD-SNAPSHOT",
      "Greenwich.BUILD-SNAPSHOT": "Spring Boot >=2.1.14.BUILD-SNAPSHOT and <2.2.0.M4",
      "Hoxton.SR3": "Spring Boot >=2.2.0.M4 and <2.2.6.BUILD-SNAPSHOT",
      "Hoxton.BUILD-SNAPSHOT": "Spring Boot >=2.2.6.BUILD-SNAPSHOT and <2.3.0.M1"
    },
    "spring-cloud-alibaba": {
      "2.2.0.RELEASE": "Spring Boot >=2.2.0.RELEASE and <2.3.0.M1"
    },
    "spring-cloud-services": {
      "2.0.3.RELEASE": "Spring Boot >=2.0.0.RELEASE and <2.1.0.RELEASE",
      "2.1.7.RELEASE": "Spring Boot >=2.1.0.RELEASE and <2.2.0.RELEASE",
      "2.2.3.RELEASE": "Spring Boot >=2.2.0.RELEASE and <2.3.0.M1"
    },
    "spring-data-r2dbc": {
      "0.1.0.M3": "Spring Boot >=2.2.0.M6 and <2.2.6.BUILD-SNAPSHOT",
      "0.1.0.BUILD-SNAPSHOT": "Spring Boot >=2.2.6.BUILD-SNAPSHOT"
    },
    "spring-statemachine": {
      "2.0.0.M4": "Spring Boot >=2.0.0.RC1 and <=2.0.0.RC1",
      "2.0.0.M5": "Spring Boot >=2.0.0.RC2 and <=2.0.0.RC2",
      "2.0.1.RELEASE": "Spring Boot >=2.0.0.RELEASE"
    },
    "vaadin": {
      "10.0.17": "Spring Boot >=2.0.0.M1 and <2.1.0.M1",
      "14.1.18": "Spring Boot >=2.1.0.M1"
    }
  },
  "dependency-ranges": {
    "okta": {
      "1.2.1": "Spring Boot >=2.1.2.RELEASE and <2.2.0.M1",
      "1.4.0": "Spring Boot >=2.2.0.M1"
    },
    "mybatis": {
      "2.0.1": "Spring Boot >=2.0.0.RELEASE and <2.1.0.RELEASE",
      "2.1.1": "Spring Boot >=2.1.0.RELEASE"
    },
    "geode": {
      "1.2.5.RELEASE": "Spring Boot >=2.2.0.M5 and <2.3.0.M1",
      "1.3.0.M2": "Spring Boot >=2.3.0.M1 and <2.3.0.BUILD-SNAPSHOT",
      "1.3.0.BUILD-SNAPSHOT": "Spring Boot >=2.3.0.BUILD-SNAPSHOT"
    },
    "camel": {
      "2.22.4": "Spring Boot >=2.0.0.M1 and <2.1.0.M1",
      "2.24.3": "Spring Boot >=2.1.0.M1 and <2.2.0.M1",
      "3.1.0": "Spring Boot >=2.2.0.M1"
    },
    "solace": {
      "3.1.0": "Spring Boot >=2.1.0.RELEASE and <2.2.0.M1",
      "3.2.0": "Spring Boot >=2.2.0.M1"
    }
  }
}

 

 

技术版本选型:

比如你的SpringCloud是Hoxton.SR3版本,那么你的SpringBoot版本要在如下版本之间

Spring Boot >=2.2.0.M4 and <2.2.6.BUILD-SNAPSHOT

 

 

https://cloud.spring.io/spring-cloud-static/Hoxton.SR3/reference/html/spring-cloud.html

SpringCloud官网建议:

如果你使用是SpringCloud  Hoxton.SR3版本

那么Supported Boot Version: 2.2.5.RELEASE

即SpringBoot用 2.2.5.RELEASE 版本

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/272001.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

微软最强命令行工具 Windows Terminal,强势霸榜GitHub

命令提示符也是算 Windows 系统的一大特色了&#xff0c;相信很多人刚看到这白底黑字的界面都有点哭笑不得吧&#xff0c;好在后来微软陆续推出了Powershell、cmd之类的命令行工具&#xff0c;来提供一些更加高级的功能如今微软更进一步&#xff0c;放出一大招&#xff0c;正式…

修改Windows远程桌面3389端口

3389端口是Windows 2000(2003) Server 远程桌面的服务端口&#xff0c;可以通过这个端口&#xff0c;用“远程桌面”等连接工具来连接到远程的服务器,如果连接上了&#xff0c;输入系统管理员的用户名和密码后&#xff0c;将变得可以像操作本机一样操作远程的电脑&#xff0c;因…

SpringCloud版本名字

SpringCloud版本号字母由来 https://github.com/spring-projects/spring-cloud/wiki SpringCloud最新版Hoxton SpringCloud官网 https://spring.io/projects/spring-cloud#learn

Lua学习教程之 可变參数数据打包与解包

利用table的pack与unpack进行数据打包与解包。測试代码例如以下: print("Test table.pack()----------------");function printTable ( t )if type(t) "table" thenfor k,v in pairs(t) doprintTable(v);endelseprint(t);end endlocal packData function(…

程序员20句励志名言

1、作为一个真正的程序员&#xff0c;首先应该尊重编程&#xff0c;热爱你所写下的程序&#xff0c;他是你的伙伴&#xff0c;而不是工具。2、程序员可以让步&#xff0c;却不可以退缩&#xff0c;可以羞涩&#xff0c;却不可以软弱&#xff0c;总之&#xff0c;程序员必须是勇…

SpringCloud主要组件

SpringCloud主要组件 SpringCloud组件停更说明

求数组中的最小子数组,时间复杂度o(n),java

石家庄铁道大学 信1405-1 班 唐炳辉 题目&#xff1a;给定一个整数数组&#xff0c;找到一个具有最小和的子数组。返回其最小和。 设计思路&#xff1a;两个变量 &#xff0c;一个记录当前并入的数组的值&#xff0c;另外一个记录所算过得最大的数组的值,当并入的值为小于…

MYSQL数据库默认latin1字符集转换为GBK或UTF8

可以采用下面的方法latin1字符集转换为gbk字符集或utf8字符集。具体的转换步骤如下&#xff1a;一、latin1转gbk1、导出数据库mysqldump --default-character-setlatin1 -h 数据库连接ip -u root -P 3306 -p数据库密码 db_name table_name > /usr/home/test/table_name.sql2…

【Post工具】PostMan 他媳妇 PostWoman

一个免费&#xff0c;快速&#xff0c;美观的API请求构建器&#xff0c;可以替代 Postman。 测试网址&#xff1a; https://postwoman.io/ 下载地址 https://github.com/liyasthomas/postwoman 主要特性&#xff1a; 支持自定义换肤支持权限支持参数、请求体支持 PWA支持历…

MYSQL统计和识别重复值

1、查询和计算表person_tbl中&#xff08;last_name&#xff0c;first_name&#xff09;组合有重复的记录的数量。mysql> SELECT COUNT (*) AS repetitions, last_name, first_nameFROM person_tbl GROUP BY last_name, first_nameHAVING repetitions > 1;2、从结果集中…

main spring启动_SpringBoot学习(一):为什么main方法启动类需要放在项目根目录...

一、概述使用SpringBoot的应用是需要将应用代码编译打包成jar包&#xff0c;然后基于main方法的方式来独立启动这个应用&#xff0c;使得该应用作为一个独立进程运行。这是跟传统的将项目打包成war包&#xff0c;然后部署到tomcat服务器去运行的一个区别。而在应用当中&#xf…

学习笔记~~~~LinkedHashMap

LinkedHashMap实现了Map接口&#xff0c;继承了HashMap 应用场景 HashMap是无序的&#xff0c;当我们希望有顺序地去存储key-value时&#xff0c;就需要使用LinkedHashMap了。 我们是按照7、2、3、4 的顺序插入的&#xff0c;但是输出结果并不是按照顺序的。 同样的数据&…

[转]Mysql Join语法解析与性能分析

转自&#xff1a;http://www.cnblogs.com/BeginMan/p/3754322.html 一&#xff0e;Join语法概述 join 用于多表中字段之间的联系&#xff0c;语法如下&#xff1a; ... FROM table1 INNER|LEFT|RIGHT JOIN table2 ON conditiona table1:左表&#xff1b;table2:右表。 JOIN 按照…

css radial-gradient 径向渐变基本语法与使用

在之前的文章《深入理解Css linear-gradient线性渐变》我们了解了CSS中的线性渐变&#xff0c;本文将介绍CSS中的另一种渐变———径向渐变&#xff08;Radial Gradient&#xff09;&#xff1a; CSS中的径向渐变&#xff08;Radial Gradient&#xff09;允许你创建从一个颜色…

华为鸿蒙系统技术细节盘点

面对安卓的限制&#xff0c;华为似乎十分淡定从容&#xff0c;丝毫都不慌&#xff0c;华为的底气&#xff0c;很大原因来自华为自研的操作系统——鸿蒙系统&#xff01;鸿蒙系统刚提出来的时候就在各界媒体中炸开了花&#xff0c;花粉们对其关注程度也是只增不减&#xff0c;那…

spring boot2.x设置session有效时间_Spring 源码解析 Scopes 之 Request 、Session 、Application...

(给ImportNew加星标&#xff0c;提高Java技能)转自&#xff1a;开源中国&#xff0c;作者&#xff1a;麦克斯链接&#xff1a;my.oschina.net/wang5v/blog/3017934Request、Session、Application概念在这篇Spring源码解析-Singleton Scope(单例)和Prototype Scope(多例)博客中介…

学习笔记~~~~~TreeMap

TreeMap继承了AbstractMap类&#xff0c;实现了NavigableMap、Cloneable、Serializable 接口 TreeMap也是一个很常用的map实现类&#xff0c;因为他具有一个很大的特点就是会对Key进行排序&#xff0c;使用了TreeMap存储键值对&#xff0c;再使用iterator进行输出时&#xff0c…

程序员别再迷茫,赚钱,方法比你想的更多

每次打开公号&#xff0c;扑面而来一阵阵焦虑&#xff1a;95后毕业3个月就买房&#xff0c;你的同龄人正在抛弃你毕业3年&#xff0c;年薪超100万&#xff1a;赚钱&#xff0c;是一种修行一线城市财务自由门槛2.9亿&#xff0c;看看你还差多少说来说去就是&#xff0c;牛人跑得…

Mac 创建本地Mysql_2018-09-25:mac下创建本地数据库mysql

问题&#xff1a;如何在mac系统下&#xff0c;创建本地数据库mysql&#xff1f;过程&#xff1a;1.安装brew install mysql2.启动mysql过程中遇到的问题&#xff1a;(1)ERROR 2002 (HY000): Cant connect to local MySQL server through socket /tmp/mysql.sock (2)解决过程&am…

.NET Core 学习资料精选:入门

开源跨平台的.NET Core&#xff0c;还没上车的赶紧的&#xff0c;来不及解释了……本系列文章&#xff0c;主要分享一些.NET Core比较优秀的社区资料和微软官方资料。我进行了知识点归类&#xff0c;让大家可以更清晰的学习.NET Core。首先感谢资料原作者的贡献。第一篇&#x…