spring cloud Alibaba参考的中文文档

这几天看spring的官方文档,查阅的都是英文资料,看的有点累,想想有没有中文文档的看看。

结果无意中找到了,分享下:

https://spring-cloud-alibaba-group.github.io/github-pages/2021/zh-cn/index.html;

以后不知道会不会消失找不到,做个简单的记录。

  • 1. 介绍
  • 2. 依赖管理
  • 3. Spring Cloud Alibaba Nacos Discovery
  • 3.1. 服务注册/发现: Nacos Discovery
  • 3.2. 如何引入 Nacos Discovery 进行服务注册/发现
  • 3.3. 一个使用 Nacos Discovery 进行服务注册/发现并调用的例子
  • 3.3.1. Nacos Server 启动
  • 3.3.2. Provider 应用
  • 3.3.3. Consumer 应用
  • 3.4. Nacos Discovery 对外暴露的 Endpoint
  • 3.5. 如何开启权重路由
  • 3.5.1. Spring Cloud Loadbalancer
  • 3.6. 关于 Nacos Discovery Starter 更多的配置项信息
  • 4. Spring Cloud Alibaba Nacos Config
  • 4.1. 如何引入 Nacos Config 进行配置管理
  • 4.2. 快速开始
  • 4.2.1. Nacos 服务端初始化
  • 4.2.2. 客户端使用方式
  • 4.3. 基于 DataId 为 yaml 的文件扩展名配置方式
  • 4.4. 支持配置的动态更新
  • 4.5. 支持profile粒度的配置
  • 4.6. 支持自定义 namespace 的配置
  • 4.7. 支持自定义 Group 的配置
  • 4.8. 支持自定义扩展的 Data Id 配置
  • 4.9. 配置的优先级
  • 4.10. Nacos Config 对外暴露的 Endpoint
  • 4.11. 完全关闭 Nacos Config 的自动化配置
  • 4.12. 关于 Nacos Config Starter 更多的配置项信息
  • 5. Spring Cloud Alibaba Sentinel
  • 5.1. Sentinel 介绍
  • 5.2. 如何使用 SentinelSentinel 控制台
  • 5.2.2. 配置控制台信息
  • 5.3. OpenFeign 支持
  • 5.4. RestTemplate 支持
  • 5.5. 动态数据源支持
  • 5.6. Spring Cloud Gateway 支持
  • 5.7. Sentinel 对外暴露的 Endpoint
  • 5.8. 关于 Sentinel Starter 更多的配置项信息
  • 6. Spring Cloud Alibaba RocketMQ Binder (NEW)
  • 6.1. RocketMQ 介绍
  • 6.2. RocketMQ 基本使用
  • 6.3. Spring Cloud Stream 介绍
  • 6.4. 如何使用 Spring Cloud Alibaba RocketMQ Binder
  • 6.5. Spring Cloud Alibaba RocketMQ Binder 实现
  • 6.6. 配置选项
  • 6.6.1. RocketMQ Binder Properties
  • 6.6.2. RocketMQ Consumer Properties
  • 6.6.3. RocketMQ Provider Properties
  • 6.7. 阿里云 MQ 服务
  • 7. Spring Cloud Alibaba RocketMQ Binder
  • 7.1. RocketMQ 介绍
  • 7.2. RocketMQ 基本使用
  • 7.3. Spring Cloud Stream 介绍
  • 7.4. 如何使用 Spring Cloud Alibaba RocketMQ Binder
  • 7.5. Spring Cloud Alibaba RocketMQ Binder 实现
  • 7.6. MessageSource 支持
  • 7.7. 配置选项
  • 7.7.1. RocketMQ Binder Properties
  • 7.7.2. RocketMQ Consumer Properties
  • 7.7.3. RocketMQ Provider Properties
  • 7.8. 阿里云 MQ 服务
  • 8. Spring Cloud AliCloud ANS
  • 8.1. 如何引入 Spring Cloud AliCloud ANS
  • 8.2. 使用ANS进行服务注册8.3. 启动注册中心
  • 8.3.1. 启动轻量版配置中心
  • 8.3.2. 使用云上注册中心
  • 9. Spring Cloud AliCloud ACM
  • 9.1. 如何引入 Spring Cloud AliCloud ACM
  • 9.2. 使用 ACM 进行配置管理
  • 9.2.1. 启动配置中心使用轻量版配置中心使用阿里云配置中心
  • 9.2.2. 在配置中心添加配置
  • 9.2.3. 启动应用验证
  • 9.3. 更改配置文件扩展名
  • 9.4. 动态更新
  • 9.5. Profile 粒度的配置
  • 9.6. 自定义配置中心超时时间
  • 9.7. 自定义 Group 的配置
  • 9.8. 共享配置
  • 9.9. Actuator 监控
  • 10. Spring Cloud AliCloud OSS
  • 10.1. 如何引入 Spring Cloud AliCloud OSS
  • 10.2. 如何使用 OSS API
  • 10.2.1. 配置 OSS
  • 10.2.2. 引入 OSS API
  • 10.3. 与 Spring 框架的 Resource 结合
  • 10.4. 采用 STS 授权
  • 10.5. 更多客户端配置
  • 11. Spring Cloud AliCloud SchedulerX
  • 11.1. 如何引入 Spring Cloud AliCloud SchedulerX
  • 11.2. 启动SchedulerX任务调度
  • 11.3. 编写一个简单任务
  • 11.4. 对任务进行调度
  • 11.5. 生产环境使用
  • 12. Spring Cloud AliCloud SMS
  • 12.1. 如何引入 Spring Cloud AliCloud SMS
  • 12.2. 如何使用 SMS API
  • 12.2.1. 配置 SMS
  • 12.2.2. 引入 SMS API
  • 12.3. SMS Api 的高级功能
  • 13. Spring Cloud Alibaba Sidecar
  • 13.1. 术语
  • 13.1.1. 异构微服务
  • 13.1.2. "完美整合"的三层含义
  • 13.2. Why or Why not?
  • 13.2.1. 为什么要编写Alibaba Sidecar?
  • 13.2.2. 为什么不用Service Mesh?
  • 13.3. 原理
  • 13.4. 要求
  • 13.5. 使用示例
  • 13.5.1. 示例代码(以Nacos服务发现为例)
  • 13.5.2. 异构微服务
  • 13.5.3. 测试测试1:Spring Cloud微服务完美调用异构微服务测试2:异构微服务完美调用Spring Cloud微服务
  • 13.6. Alibaba Sidecar优缺点分析