- eureka 服务注册/发现
- ribbon/feign 负载均衡(restTemplate + ribbon / feign 默认集成ribbon)
- hystrix 断路器(熔断机制)
- zuul 路由网关
- config 配置中心
- zipkin 服务链路追踪
- springcloud-Sleuth 服务链路追踪 集成了zipkin
- 高可用服务注册中心 eureka集群
- hystrix Turbine 断路器聚合监控
class Test{
public void test(String name){
System.out.print(hello);
}
}