Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 453 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 453 Bytes

Spring-Cloud-Learning

学习SpringCloud

Spring-Cloud-Eureka

  • 服务注册与发现

Spring-Cloud-Ribbon

  • 软负载均衡(restTemplate方式)

Spring-Cloud-Feign

  • 伪RPC消费服务(基于接口的注解)

Spring-Cloud-Hystrix

  • 熔断器

Spring-Cloud-Zuul

  • 网关路由(路由、过滤、安全验证)

Spring-Cloud-Config

  • 分布式配置中心

Spring-Cloud-Bus

  • 消息总线

Spring-Cloud-Sleuth

  • 服务链路追踪