• 学习时间:8.15 — 8.29
  • 学习目标:了解SpringCloud常见组件的使用
  • 学习方式:
    • 输入:视频+博客+开源项目代码参考
    • 输出:调试代码+写博客输出

组件列表

  • 服务注册:Eureka
  • 客户端负载均衡:Ribbon
  • 客户端调用工具:Feign
  • 熔断器:Hystrix
  • 熔断监控:Turbine
  • API网关:Zuul
  • 分布式调用链监控:Spring Cloud Sleuth + Zipkin
  • 分布式配置中心Apollo

参考资料清单

  • 视频:

腾讯课堂:https://ke.qq.com/course/280057#term_id=100331701

B站:https://www.bilibili.com/video/av22613028

  • 参考博客:

Spring Cloud 系列文章http://www.ityouknow.com/spring-cloud

Yibo:https://windmt.com/tags/Microservices/

微服务系统:解惑、技术选型:http://www.youmeek.com/microservice/

  • 参考Github开源项目:

《史上最简单的Spring Cloud教程源码》https://github.com/forezp/SpringCloudLearning

Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等 https://github.com/ityouknow/spring-cloud-examples


  • 总结笔记:

博客园Noneplus:https://www.cnblogs.com/noneplus/category/1529569.html

版权声明:本文为noneplus原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/noneplus/p/11430642.html