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的各种组件学习。
- Host: GitHub
- URL: https://github.com/xuwujing/springcloud-study-old
- Owner: xuwujing
- Created: 2018-03-29T01:47:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T11:15:37.000Z (over 7 years ago)
- Last Synced: 2025-03-29T12:35:08.989Z (over 1 year ago)
- Topics: hystrix, springcloud, springcloud-demo
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)