SpringCloud 系列列表:
| 文章名 | 文章地址 | 
|---|---|
| 01、Eureka - 集群、服务发现 | https://blog.csdn.net/qq_46023503/article/details/128319023 | 
| 02、Ribbon - 负载均衡 | https://blog.csdn.net/qq_46023503/article/details/128332288 | 
| 03、OpenFeign - 远程调用 | https://blog.csdn.net/qq_46023503/article/details/128387961 | 
| 04、Hystrix - 断路器 | https://blog.csdn.net/qq_46023503/article/details/128408601 | 
| 05、Sleuth - 链路追踪 | https://blog.csdn.net/qq_46023503/article/details/128409339 | 
| 06、Gateway - 网关 | https://blog.csdn.net/qq_46023503/article/details/128430842 | 
| 07、Alibaba - 介绍 | https://blog.csdn.net/qq_46023503/article/details/128434080 | 
| 08、Nacos - 安装、启动 | https://blog.csdn.net/qq_46023503/article/details/128460411 | 
| 09、Nacos - 配置文件中心 | https://blog.csdn.net/qq_46023503/article/details/128460649 | 
| 10、Nacos - 注册中心 | https://blog.csdn.net/qq_46023503/article/details/128460494 | 
Alibaba - 介绍
- 1 概述
 - 2 组件
 - 3 适合学习的人群
 - 4 版本说明
 
1 概述
Spring Cloud Alibaba 致力于提供微服务开发的一站式解决方案。此项目包含开发分布式应用微服务的必需组件,方便开发者通过 Spring Cloud 编程模型轻松使用这些组件来开发分布式应用服务。 依托 Spring Cloud Alibaba,只需要添加一些注解和少量配置,就可以将 Spring Cloud 应用接入阿里微服务解决方案,通过阿里中间件来迅速搭建分布式应用系统
2 组件

3 适合学习的人群
- 掌握 SpringBoot
 - 基础的分布式思想
 - 掌握分布式中间件
 - 了解 Spring Cloud Netflix
 
4 版本说明



















