# SpringCloudNotes
**Repository Path**: PatrickSt/spring-cloud-notes
## Basic Information
- **Project Name**: SpringCloudNotes
- **Description**: SpringCloud 学习笔记记载
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-10-20
- **Last Updated**: 2023-08-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: SpringCloud, SpringCloudAlibaba
## README
## SpringCloud(分布式微服务各种组件)的学习其中包含笔记和代码
**B站视频**: BV18E411x7eT
项目笔记:https://gitee.com/PatrickSt/spring-cloud-notes/tree/master/notes
项目代码:https://gitee.com/PatrickSt/spring-cloud-notes/tree/master/codes
**如果嫌脑图麻烦这里有学完同学的博客**
博客地址(非本人):[Spring Cloud 学习笔记(1 / 3)_KISS-CSDN博客](https://blog.csdn.net/u011863024/article/details/114298270)
## 项目中包含的组件:
### 服务注册中心:
Eureka:https://docs.spring.io/spring-cloud-netflix/docs/2.2.7.RELEASE/reference/html/#service-discovery-eureka-clients
Zookeeper:https://zookeeper.apache.org/
Consul:https://www.consul.io/
### 服务调用:
Ribbon:https://docs.spring.io/spring-cloud-netflix/docs/2.2.7.RELEASE/reference/html/#spring-cloud-ribbon
OpenFeign:https://docs.spring.io/spring-cloud-openfeign/docs/2.2.7.RELEASE/reference/html/
### 服务降级:
Hystrix:https://docs.spring.io/spring-cloud-netflix/docs/2.2.7.RELEASE/reference/html/#circuit-breaker-spring-cloud-circuit-breaker-with-hystrix
### 服务网关:
GateWay:https://docs.spring.io/spring-cloud-gateway/docs/2.2.7.RELEASE/reference/html/
### 服务配置:
Config:https://docs.spring.io/spring-cloud-config/docs/2.2.7.RELEASE/reference/html/
### 服务总线:
Bus:https://docs.spring.io/spring-cloud-bus/docs/2.2.3.RELEASE/reference/html/
### 消息队列:
Stream:https://docs.spring.io/spring-cloud-stream/docs/3.0.10.RELEASE/reference/html/spring-cloud-stream.html#spring-cloud-stream-overview-introducing
### 服务跟踪:
Sleuth:https://docs.spring.io/spring-cloud-sleuth/docs/2.2.7.RELEASE/reference/html/
## SpringCloud Alibaba:
Nacos:https://nacos.io/zh-cn/index.html
Sentinel:https://sentinelguard.io/zh-cn/index.html
### 分布式事务管理GTS:
Seata:https://seata.io/zh-cn/