# springcloud-learn-example **Repository Path**: brookok/springcloud-learn-example ## Basic Information - **Project Name**: springcloud-learn-example - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-27 - **Last Updated**: 2023-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringCloud SpringCloud-示例项目简单说明 `microservice-discovery-eureka`:服务发现,eureka服务注册中心,以及使用spring-security验证登陆 `micoservice-provide-user, micoservice-provide-user2`:服务提供者,两个消费者便于负载均衡实验 `microservice-ribbon`:客户端负载均衡ribbon使用示例,以及ribbon中hystrix熔断器的简单使用示例 `microservice-feign`:声明式REST客户端Feign使用示例,和reign中自带的hystrix的简单使用 `microservice-ribbon-hystrixdashboard`:ribbon中配置hystrix-dashboard,feign的配置与ribbon无异 `micoserice-gateway-zuul`:api-gateway zuul使用示例,路由配置,header配置等