# SpringCloud **Repository Path**: rstyro/SpringCloud ## Basic Information - **Project Name**: SpringCloud - **Description**: SpringCloud 的入门示例 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2018-05-27 - **Last Updated**: 2023-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringCloud SpringCloud 学习demo - [SpringCloud-eurekaserver](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-eurekaserver) **Eureka服务** - [SpringCloud-customer](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-customer) **消费者** - [SpringCloud-producer](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-producer) **生产者** - [SpringCloud-customer-ribbon](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-customer-ribbon) **Ribbon默认与自定义负载** - [SpringCloud-customer-ribbon-yml](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-customer-ribbon-yml) **Ribbon 通过配置文件配置的** - [SpringCloud-customer-feign](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-customer-feign) **Feign** - [SpringCloud-customer-feign-default](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-customer-feign-default) **默认Feign配置** - [SpringCloud-customer-ribbon-hystrix](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-customer-ribbon-hystrix) **Hystrix** - [SpringCloud-customer-ribbon-hystrix-dashboard](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-customer-ribbon-hystrix-dashboard) **hystrix-监控** - [SpringCloud-customer-feign-hystrix-disable-single](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-customer-feign-hystrix-disable-single) **Feign 禁用对Hystrix的支持** - [SpringCloud-eurekaserver-peer](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-eurekaserver-peer) **Eureka服务高可用** - [SpringCloud-zuul](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-zuul) **zuul服务网关** - [SpringCloud-zuul-fallback](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-zuul-fallback) **zuul回退** - [SpringCloud-zuul-filter](https://github.com/rstyro/SpringCloud/tree/master/SpringCloud-zuul-filter) **zuul过滤器**