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.pswp.cn/news/272001.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/272001.shtml
英文地址,請注明出處:http://en.pswp.cn/news/272001.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

微軟最強命令行工具 Windows Terminal,強勢霸榜GitHub

命令提示符也是算 Windows 系統的一大特色了&#xff0c;相信很多人剛看到這白底黑字的界面都有點哭笑不得吧&#xff0c;好在后來微軟陸續推出了Powershell、cmd之類的命令行工具&#xff0c;來提供一些更加高級的功能如今微軟更進一步&#xff0c;放出一大招&#xff0c;正式…

easyui edatagrid 觸發編輯行回掉onEdit

dg.edatagrid(selectRow, i).edatagrid(beginEdit, i);var opts dg.edatagrid("options");opts.onEdit.call(this, i, rows[i]); 轉載于:https://www.cnblogs.com/zt528/p/5359388.html

修改Windows遠程桌面3389端口

3389端口是Windows 2000(2003) Server 遠程桌面的服務端口&#xff0c;可以通過這個端口&#xff0c;用“遠程桌面”等連接工具來連接到遠程的服務器,如果連接上了&#xff0c;輸入系統管理員的用戶名和密碼后&#xff0c;將變得可以像操作本機一樣操作遠程的電腦&#xff0c;因…

mysql 5.7.17源碼包_centos7 mysql5.7.17源碼安裝

centos7 mysql5.7.17源碼安裝**安裝前準備操作系統環境:Centos 7.21、解決依賴包并下載源碼包至/home/soft/目錄下[rootnode03 ~]# yum -y install gcc gcc-c ncurses ncurses-devel cmake bison[rootnode03 ~]# cd /home/soft/[rootnode03 soft]# wget https://sourceforge.ne…

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;程序員必須是勇…

批量保存到mysql_關于保存批量數據進入mysql

提出的要求&#xff1a;生成13位純數字的卡號與8位純數字的卡密&#xff0c;要求卡號與卡密都必須全表唯一&#xff0c;然后保存到mysql。思路&#xff1a;1.首先mysql中將這兩個字段設置唯一索引&#xff0c;保證這兩個字段的值在該表中是唯一存在的2.卡號是有序增長的&#x…

SpringCloud主要組件

SpringCloud主要組件 SpringCloud組件停更說明

求數組中的最小子數組,時間復雜度o(n),java

石家莊鐵道大學 信1405-1 班 唐炳輝 題目&#xff1a;給定一個整數數組&#xff0c;找到一個具有最小和的子數組。返回其最小和。 設計思路&#xff1a;兩個變量 &#xff0c;一個記錄當前并入的數組的值&#xff0c;另外一個記錄所算過得最大的數組的值,當并入的值為小于…

mysql 輸出解釋怎么看_了解MySQL中EXPLAIN解釋命令

1 EXPLAIN概念EXPLAIN會向我們提供一些MySQL是執行sql的信息&#xff1a;EXPLAIN可以解釋說明 SELECT, DELETE, INSERT, REPLACE, and UPDATE 等語句.當EXPLAIN與可解釋的語句一起使用時&#xff0c;mysql會顯示一些來自于優化器的關于sql執行計劃的信息。即mysql解釋它是如何處…

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(多例)博客中介…