Spring Cloud Alibaba(一)
Spring Cloud 本身并不是一个拿来即可用的框架,它是一套微服务规范,共有两代实现。
(1)Spring Cloud Netflix 是 Spring Cloud 的第一代实现,主要由 Eureka、Ribbon、Feign、Hystrix 等组件组成。
(2)Spring Cloud Alibaba 是 Spring Cloud 的第二代实现,主要由 Nacos、Sentinel、Seata 等组件组成。
Spring Cloud Netflix 可参考 系列博文
微服务(Microservices);Spring Cloud详解(一)_MinggeQingchun的博客-CSDN博客_netflix微服务

一、Spring Cloud Alibaba
Spring Cloud Alibaba 官网
GitHub地址:https://github.com/alibaba/spring-cloud-alibaba
> Spring Cloud Alibaba provides a one-stop solution for distributed application development. It contains all the components required to develop distributed applications, making it easy for you to develop your applications using Spring Cloud.