# spring-cloud-examples **Repository Path**: gibbons/spring-cloud-examples ## Basic Information - **Project Name**: spring-cloud-examples - **Description**: Spring-Cloud-实战 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-cloud-examples SpringCloud-实战 架构:   两个服务注册中心 --- 实现了注册中心的高可用   两个配置中心     --- 分布式配置中心的高可用   四个服务提供者并服务消费者 --- 微服务项目   两个服务网关 --- 实现了网关的高可用   使用Eureka实现服务发现   使用Config实现配置管理 Git 仓库存储 支持热更新   使用Bus实现消息总线 RabbitMQ 实现配置热更新   使用Hystrix实现断路器   使用Zuul实现智能路由   使用Feign实现微服务调用 支持软负载均衡 服务端口分配:   服务注册中心   ----- 1100 1200   服务网关Zuul   ----- 3100 3200   服务提供者并消费者 ----- 2100 2200 2300 2400   服务配置中心   ----- 4100 4200 Eureka用于服务的注册于发现 Feign支持服务的调用以及均衡负载 Hystrix处理服务的熔断防止故障扩散 Spring Cloud Config服务集群配置中心 Spring Cloud Zuul路由是微服务架构的不可或缺的一部分,提供动态路由,监控,弹性,安全等的边缘服务