https://github.com/algerfan/spring-cloud-sell
SpringCloud学习记录(Finchley版本、已升级至Greenwich.SR2)、包含以下内容:服务注册与发现、应用通信、配置中心、消息与异步、服务网关、服务容错、服务追踪。
https://github.com/algerfan/spring-cloud-sell
bus eureka fegin finchley hystrix rabbitmq spring-boot spring-cloud springcloud springcloud-config springcloud-demo stream zipkin zuul
Last synced: 2 months ago
JSON representation
SpringCloud学习记录(Finchley版本、已升级至Greenwich.SR2)、包含以下内容:服务注册与发现、应用通信、配置中心、消息与异步、服务网关、服务容错、服务追踪。
- Host: GitHub
- URL: https://github.com/algerfan/spring-cloud-sell
- Owner: AlgerFan
- Created: 2019-08-26T09:22:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T02:33:11.000Z (over 6 years ago)
- Last Synced: 2025-04-28T14:46:44.264Z (about 1 year ago)
- Topics: bus, eureka, fegin, finchley, hystrix, rabbitmq, spring-boot, spring-cloud, springcloud, springcloud-config, springcloud-demo, stream, zipkin, zuul
- Language: Java
- Homepage:
- Size: 131 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringCloud学习(已升级至Greenwich.SR2)
环境:
Spring Boot 2.1.8.RELEASE + Spring Cloud Greenwich.SR2
1. 服务注册与发现(Eureka)
2. 服务拆分(Product服务和Order服务)
3. 应用通信(Feign)
4. 统一配置中心(Spring Cloud Config和Spring Cloud Bus动态刷新)
5. 消息与异步(RabbitMQ和Spring Cloud Stream)
6. 服务网关(Zuul)
7. Zuul的综合使用(Zuul)
8. 服务容错(Hystrix)
9. 服务追踪(ZipKin)