Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 3.69 KB

springcloud.md

File metadata and controls

57 lines (44 loc) · 3.69 KB

Spring Cloud


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

spring --> spring boot --> spring cloud

一、手册

二、博客

三、闲谈

四、坑