Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 417 Bytes

demo-sc

(master分支是eureka,consul分支是consul) 全称:demo-spring-cloud

本例是以eureka为注册中心

  • eureka 注册
  • feign 声明API调用
  • ribbon 负载均衡
  • hystrix 断路器(熔断器)& 监控 & Dashboard
  • turbine 配置hystrix,集合监控数据
  • zuul API网关
  • sidecar 转换非JVM服务为JVM服务
  • config 配置中心
  • sleuth 服务跟踪
  • zipkin 跟踪信息分析