# Spring_Cloud_Learn **Repository Path**: guitu18/Spring_Cloud_Learn ## Basic Information - **Project Name**: Spring_Cloud_Learn - **Description**: SpringCloud学习,使用Eureka模拟搭建微服务环境 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 00.spring-boot-template > SpringBoot 模板 ### 01.eureka-server > EurekaServer,所有服务在此注册 ### 02.eureka-client > 服务提供者 ### 03.eureka-client-2 > 服务提供者2 ### 04.eureka-consumer > 消费者演示,基本使用 ### 05.eureka-consumer-ribbon > 消费者,使用Ribbon,简化流程 ### 06.eureka-consumer-feign > 消费者,使用Feign继续简化 ### 07.eureka-consumer-ribbon-hystrix > 消费者,Ribbon结合熔断器Hystrix使用 ### 08.hystrix-dashboard > Hystrix监控面板 ### 09.turbine > Hystrix监控数据聚合 ### 10.api-gateway-zuul > 服务网关 ### 99.config-server-gitee > 配置中心