项目作者: AlgerFan
项目描述 :
SpringCloud学习记录(Finchley版本、已升级至Greenwich.SR2)、包含以下内容:服务注册与发现、应用通信、配置中心、消息与异步、服务网关、服务容错、服务追踪。
高级语言: Java
项目地址: git://github.com/AlgerFan/spring-cloud-sell.git
SpringCloud学习(已升级至Greenwich.SR2)
环境:
Spring Boot 2.1.8.RELEASE + Spring Cloud Greenwich.SR2
- 服务注册与发现(Eureka)
- 服务拆分(Product服务和Order服务)
- 应用通信(Feign)
- 统一配置中心(Spring Cloud Config和Spring Cloud Bus动态刷新)
- 消息与异步(RabbitMQ和Spring Cloud Stream)
- 服务网关(Zuul)
- Zuul的综合使用(Zuul)
- 服务容错(Hystrix)
- 服务追踪(ZipKin)