# SpringCloud2020 **Repository Path**: Sunxz007/SpringCloud2020 ## Basic Information - **Project Name**: SpringCloud2020 - **Description**: 2020年SpringCloud学习代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目简介 本项目根据尚硅谷公开课程SpringCloud2020版本的教程制作 ### 涉及的框架有 **微服务框架** | 工具类型 | 框架 | 版本选择 | | -------------- | ------------------------------------------ | ------------- | | 服务注册与发现 | spring-cloud-starter-netflix-eureka-server | 2.2.1.Release | | 服务注册与发现 | zookeeper | 3.4.9 | | 服务注册与发现 | consul | 1.6.1 | | 服务网关 | | | | 服务总线 | | | ### 功能模块 ## 官网文档传送门: SpringCloud: https://spring.io/projects/spring-cloud/ 这个网址是各springcloud组件的配置介绍,自己搭建组件环境可以考虑看这个。 Seata: https://seata.io/zh-cn/docs/overview/what-is-seata.html 分布式事务解决的框架,文档介绍很详细,推荐。 Nacos: https://nacos.io/zh-cn/docs/what-is-nacos.html 那个替代Eureka和Config的男人。 Sentinel:[https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D](https://github.com/alibaba/Sentinel/wiki/介绍) 在Hystrix基础上增加了流控规则和持久化,alibaba体系的一员。