项目作者: AlgerFan

项目描述 :
SpringCloud学习记录(Finchley版本、已升级至Greenwich.SR2)、包含以下内容:服务注册与发现、应用通信、配置中心、消息与异步、服务网关、服务容错、服务追踪。
高级语言: Java
项目地址: git://github.com/AlgerFan/spring-cloud-sell.git
创建时间: 2019-08-26T09:22:49Z
项目社区:https://github.com/AlgerFan/spring-cloud-sell

开源协议:

下载


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)