Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 476 Bytes

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)