Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.47 KB

springcloud.md

File metadata and controls

41 lines (31 loc) · 2.47 KB

Spring Cloud


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

spring --> spring boot --> spring cloud

一、手册

二、闲谈

三、坑