Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.63 KB

springcloud.md

File metadata and controls

36 lines (26 loc) · 1.63 KB

Spring Cloud


几大模块:服务发现(Eureka),断路器(Hystrix),智能路由(Zuul),客户端负载均衡(Ribbon)

spring --> spring boot --> spring cloud

一、手册

二、闲谈

三、坑