# cloud2020 **Repository Path**: LimGoSky/cloud2020 ## Basic Information - **Project Name**: cloud2020 - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目简介: 该项目面涉及传统的 eureka、hystrix、ribbon,更是讲解了最新的 alibaba的 Nacos和sentinel、Seata,相当的给力。 官网文档传送门: 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 在Hystrix基础上增加了流控规则和持久化,alibaba体系的一员。