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