An open API service indexing awesome lists of open source software.

https://github.com/xuwujing/springcloud-study-old

springcloud学习系列。从入门的demo,到springcloud的各种组件学习。
https://github.com/xuwujing/springcloud-study-old

hystrix springcloud springcloud-demo

Last synced: over 1 year ago
JSON representation

springcloud学习系列。从入门的demo,到springcloud的各种组件学习。

Awesome Lists containing this project

README

          

## springcloud 学习系列
springcloud-study 是本人在学习系列springcloud的一些工程!

此系列的工程是基于SpringBoot1.x、SpringCloud 的Dalston的版本进行开发的。

基于SpringBoot2.x、SpringCloud 的Finchley进行开发的工程可以看这个[仓库](https://github.com/xuwujing/springcloud-study)。

> https://github.com/xuwujing/springcloud-study

### 下载地址

[GitHub工程地址](https://github.com/xuwujing/springcloud-study):https://github.com/xuwujing/springcloud-study

[码云工程地址](https://gitee.com/XuWuJing/springcloud-study):https://gitee.com/XuWuJing/springcloud-study

## 工程说明

该工程都有相应的使用文档说明!

- [springcloud-hello](https://github.com/xuwujing/springcloud-study-old/tree/master/springcloud-hello): springcloud的hello world版本,其中包括了eureka(服务注册和发现)、feign(服务调用)、ribbon(负载均衡)的测试示例 。
- [springcloud-hystrix](https://github.com/xuwujing/springcloud-study-old/tree/master/springcloud-hystrix): springcloud的Hystrix熔断测试版本,可以处理服务的熔断防止故障扩散。
- [springcloud-config](https://github.com/xuwujing/springcloud-study-old/tree/master/springcloud-config): springcloud的config配置中心版本,既可以从本地获取配置信息,也可以从Git仓库获取配置。

## 文章列表

[springcloud系列博客:](https://blog.csdn.net/qazwsxpcm/article/category/8611924)

- [SpringCloud学习系列之一 ----- 搭建一个高可用的注册中心(Eureka)](https://blog.csdn.net/qazwsxpcm/article/details/80036519)

- [SpringCloud学习系列之二 ----- 服务消费者(Feign)和负载均衡(Ribbon)](https://blog.csdn.net/qazwsxpcm/article/details/86492858)