# spring-cloud-study
**Repository Path**: lu_ya_qiang/spring-cloud-study
## Basic Information
- **Project Name**: spring-cloud-study
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-06-24
- **Last Updated**: 2024-06-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 微服务项目练习
#### 服务注册与发现(Consul, Nacos)
#### 服务调用和负载均衡(LoadBalancer, OpenFeign)
#### 服务链路追踪(Micrometer Tracing)
#### 服务网关(Gateway)
#### 分布式配置管理(Consul, Nacos)
#### 分布式事务(Seata)
根据([尚硅谷2024最新SpringCloud教程,springcloud从入门到大牛](https://www.bilibili.com/video/BV1gW421P7RD/?share_source=copy_web&vd_source=2fda0b25e50e841c8126929ff3e47259))视频练习
[zipkin下载地址](https://repo1.maven.org/maven2/io/zipkin/zipkin-server/3.1.1/zipkin-server-3.1.1-exec.jar)
[本项目sql文件](resource/sql)
需要多个实例请自己修改端口号启动 `-Dserver.port=9002`