# spring-cloud **Repository Path**: zjj6/spring-cloud ## Basic Information - **Project Name**: spring-cloud - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Cloud *** #### 示例代码 - [eureka-server](https://gitee.com/zjj6/spring-cloud/tree/master/eureka-server):创建服务注册中心 - [eureka-client](https://gitee.com/zjj6/spring-cloud/tree/master/eureka-client):创建服务提供者 - [eureka-ribbon](https://gitee.com/zjj6/spring-cloud/tree/master/eureka-ribbon):服务消费者(Ribbon) - [eureka-feign](https://gitee.com/zjj6/spring-cloud/tree/master/eureka-feign):服务消费者(Feign) - [eureka-ribbon-hystrix](https://gitee.com/zjj6/spring-cloud/tree/master/eureka-ribbon-hystrix):服务容错保护(Hystrix断路器) - [eureka-feign-hystrix](https://gitee.com/zjj6/spring-cloud/tree/master/eureka-feign-hystrix): 服务容错保护(Feign断路器) - [api-gateway](https://gitee.com/zjj6/spring-cloud/tree/master/api-gateway):服务网关(Zuul) #### 参考文章 - [Spring Cloud (一): 服务注册与发现(Eureka)](http://www.zjjfx68.com/blog/1) - [Spring Cloud (二): 服务消费者(Ribbon)](http://www.zjjfx68.com/blog/2) - [Spring Cloud (三): 服务消费者(Feign)](http://www.zjjfx68.com/blog/3) - [Spring Cloud (四): 服务容错保护(Hystrix断路器)](http://www.zjjfx68.com/blog/4) - [Spring Cloud (五): 服务容错保护(Feign断路器)](http://www.zjjfx68.com/blog/5) - [Spring Cloud (六): 服务网关(Zuul)](http://www.zjjfx68.com/blog/6) #### 更多信息,请关注 - [我的博客](http://http://www.zjjfx68.com) #### 有任何问题可以 - [给我留言](http://www.zjjfx68.com/about) ### 如果喜欢,请多多分享、多多Star