前言: 此文章為記錄尚硅谷周陽老師的2020最新版Springcloud的學習筆記,跟着尚硅谷周陽老師一步步構建分布式微服務架構
一、版本定位
1、SpringBoot版本選擇
Github源碼地址:https://github.com/spring-projects/spring-boot/releases/
SpringBoot2.0新特性:https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Release-Notes(可以發現 Boot官方強烈建議升級到2.X以上版本)
2、SpringCloud版本選擇
GitHub地址:https://github.com/spring-projects/spring-cloud/releases/
官網:https://spring.io/projects/spring-cloud(最新為H版)
3、查看SpringBoot與SpringCloud之間版本關系
地址:https://spring.io/projects/spring-cloud#overview
更詳細的依賴關系查看:https://start.spring.io/actuator/info
4、定位版本
二、組件停更及參考文檔
1、停更之前
2、H版本
3、參考文檔
SpringCloud:https://cloud.spring.io/spring-cloud-static/Hoxton.SR1/reference/htmlsingle/
SpringCloud中文文檔:https://www.bookstack.cn/read/spring-cloud-docs/docs-index.md
SpringBoot:https://docs.spring.io/spring-boot/docs/2.2.2.RELEASE/reference/htmlsingle/
三、構建工程
實現功能:訂單-支付
github代碼:https://github.com/Simple-Coder/cloud2020