SpringCloud项目学习

94 阅读1分钟

SpringCloud学习目录收录

SpringCloud学习项目收录。包含了SpringCloud基础知识学习的demo,目录放在了GitHub

以下是项目目录

ProjectProject介绍(点击查看详情)
sc-f-chapter1第一篇: 服务的注册与发现(Eureka)(Finchley版本)
sc-f-chapter2第二篇: 服务消费者(rest+ribbon)(Finchley版本)
sc-f-chapter3 第三篇: 服务消费者(Feign)(Finchley版本)
sc-f-chapter4 第四篇:断路器(Hystrix)(Finchley版本)
sc-f-chapter5 第五篇: 路由网关(zuul)(Finchley版本)
sc-f-chapter6 第六篇: 分布式配置中心(Spring Cloud Config)(Finchley版本)
sc-f-chapter7 第七篇: 高可用的分布式配置中心(Spring Cloud Config)(Finchley版本)
sc-f-chapter8 第八篇: 消息总线(Spring Cloud Bus)(Finchley版本)
sc-f-chapter9 第九篇: 服务链路追踪(Spring Cloud Sleuth)(Finchley版本))
sc-f-chapter10 第十篇: 高可用的服务注册中心(Finchley版本)
sc-f-chapter12 第十二篇: 断路器监控(Hystrix Dashboard)(Finchley版本)
sc-f-chapter13 第十三篇: 断路器聚合监控(Hystrix Turbine)(Finchley版本)
sc-f-gateway-first-sight第十四篇: Spring Cloud Gateway初体验
sc-f-gateway-predicate第十五篇: Spring Cloud Gateway 之Predict篇
sc-f-gateway-filter第十六篇: spring cloud gateway之filter篇
sc-f-gateway-limiter第十七篇: Spring Cloud Gateway 之限流篇
sc-f-gateway-cloud第十八篇: spring cloud gateway之服务注册与发现

以下是部分项目的截图

sc-f-chapter1:服务的注册与发现Eureka

sc-f-chapter2:服务消费者(rest+ribbon)

sc-f-chapter3:服务消费者(Feign)

sc-f-chapter4:断路器(Hystrix)