微服务组件:
1、Eureka(注册中心)
2、Ribbon(负载均衡器)
3、Hystix(熔断器)
4、Feign(远程调用工具)
5、Zuul(网关)
6、Spring-Cloud-Config(统一配置中心)
7、Spring-Cloud-Bus(消息总线)
8、Spring-Cloud-Stream(数据流)
9、Spring-Cloud-Hystrix-Dashboard(容错统计,形成图形化界面)
10、Spring-Cloud-Sleuth(链路追踪,结合Zipkin)
11、Spring-Cloud-Task(批量任务)