前言: 此文章爲記錄尚硅谷周陽老師的2020最新版Springcloud的學習筆記,跟着尚硅谷周陽老師一步步構建分佈式微服務架構html
Github源碼地址:https://github.com/spring-projects/spring-boot/releases/git
SpringBoot2.0新特性:https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Release-Notes(能夠發現 Boot官方強烈建議升級到2.X以上版本)github
GitHub地址:https://github.com/spring-projects/spring-cloud/releases/spring
官網:https://spring.io/projects/spring-cloud(最新爲H版)架構
地址:https://spring.io/projects/spring-cloud#overview分佈式
更詳細的依賴關係查看:https://start.spring.io/actuator/infospring-boot
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/spa
實現功能:訂單-支付
github代碼:https://github.com/Simple-Coder/cloud2020