前言: 此文章为记录尚硅谷周阳老师的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