SpringCloud阶段总结
- 2019 年 10 月 6 日
- 笔记
组件列表
- 服务注册: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