> For the complete documentation index, see [llms.txt](https://xiaoxiami.gitbook.io/spring-cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xiaoxiami.gitbook.io/spring-cloud/spring-cloud-jian-jie.md).

# Spring Cloud 简介

SpringCloud 为开发人员提供了快速构建分布式系统的一些工具，包括配置管理、服务发现、断路器、路由、微代理、事件总线、全局锁、决策竞选、分布式会话等等。它运行环境简单，可以在开发人员的电脑上跑。另外说明spring cloud是基于Springboot的，所以需要开发中对Springboot有一定的了解。

## 服务提供者与消费关系

* 服务提供者:提供服务被人消费
* 消费者:调用服务使用
