# spring-cloud
**Repository Path**: amberCo/spring-cloud
## Basic Information
- **Project Name**: spring-cloud
- **Description**: Spring Cloud 系列文章的案例源码
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 11
- **Created**: 2022-01-26
- **Last Updated**: 2022-01-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### Spring Cloud 系列文章的案例源码
📢 微信关注「`哈喽沃德先生`」公众号「文档 + 视频」学习更轻松噢 ~
**公众号每日 8 点准时推送文章,且每篇文章都配有专门视频讲解。专注「JAVA,SPRING全家桶,高频面试题,软件开发技巧」通过「文档 + 视频」的方式分享,关注我让优秀成为一种习惯。**
### 案例对应文章
| 案例 | 案例对应文章 |
| ---------------------- | ------------------------------------------------------------ |
| eureka-demo | [Spring Cloud 系列之 Netflix Eureka 注册中心(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057320&idx=1&sn=ed387ec510aa03c0026d2a2f73655f50&scene=19#wechat_redirect)
[Spring Cloud 系列之 Netflix Eureka 注册中心(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057341&idx=1&sn=f36e1cfe8d91961613714a2355e10cde&scene=19#wechat_redirect) |
| ribbon-demo | [Spring Cloud 系列之 Netflix Ribbon 负载均衡](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057373&idx=1&sn=abe835a20fae538db332643c82712496&scene=19#wechat_redirect) |
| consul-demo | [Spring Cloud 系列之 Consul 服务注册中心(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057450&idx=1&sn=1ebc732dfa2cfcaf5649075c8254b240&scene=19#wechat_redirect)
[Spring Cloud 系列之 Consul 服务注册中心(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057510&idx=1&sn=bbbbb5637af8b12a2cb0fe255a68dd25&scene=19#wechat_redirect) |
| feign-demo | [Spring Cloud 系列之 Feign 声明式服务调用(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057512&idx=1&sn=43e1d64f74ced1982c155853c9dacf82&scene=19#wechat_redirect)
[Spring Cloud 系列之 Feign 声明式服务调用(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057514&idx=1&sn=ebd8a6b737b39a568b7110f7dedc5fec&scene=19#wechat_redirect) |
| hystrix-demo | [Spring Cloud 系列之 Netflix Hystrix 服务容错(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057555&idx=1&sn=6a1a9d1c1e7072151b75f23638561fa6&scene=19#wechat_redirect)
[Spring Cloud 系列之 Netflix Hystrix 服务容错(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057620&idx=1&sn=1ab29c1e5b99413310f57587ea56905b&scene=19#wechat_redirect)
[Spring Cloud 系列之 Netflix Hystrix 服务容错(三)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057622&idx=1&sn=d02f038f0d6065b196768fe1b2a8d784&scene=19#wechat_redirect) |
| hystrix-dashboard-demo | [Spring Cloud 系列之 Netflix Hystrix 服务监控](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057624&idx=1&sn=4946b412f8d0c77c19b325cd361b693f&scene=19#wechat_redirect) |
| sentinel-demo | [Spring Cloud 系列之 Alibaba Sentinel 服务哨兵](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057627&idx=1&sn=2c4b1d9d98b6ea847face29de41d3872&scene=19#wechat_redirect) |
| zuul-demo | [Spring Cloud 系列之 Netflix Zuul 服务网关(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057658&idx=1&sn=d6f5b2353bacb9deee0a3a4f53c4dd80&scene=19#wechat_redirect)
[Spring Cloud 系列之 Netflix Zuul 服务网关(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057675&idx=1&sn=5cb0d651f8a40e8a4c32470d248fa04b&scene=19#wechat_redirect)
[Spring Cloud 系列之 Netflix Zuul 服务网关(三)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057719&idx=1&sn=69fd486d146dd1efb3a747669315706b&scene=19#wechat_redirect)
[Spring Cloud 系列之 Netflix Zuul 服务网关(四)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057720&idx=1&sn=32abdc5d5d3952e77c362398d9a0e735&scene=19#wechat_redirect) |
| gateway-demo | [Spring Cloud 系列之 Gateway 服务网关(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057813&idx=1&sn=14a1fb3fa73bd75e336ce11d94829f64&scene=19#wechat_redirect)
[Spring Cloud 系列之 Gateway 服务网关(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057814&idx=1&sn=def6319b6ae1bfda5dddf1efe5afeed9&scene=19#wechat_redirect)
[Spring Cloud 系列之 Gateway 服务网关(三)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057816&idx=1&sn=98d89efef671ef8637948968e3ad3e32&scene=19#wechat_redirect)
[Spring Cloud 系列之 Gateway 服务网关(四)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057819&idx=1&sn=69f7718f2f719d97c4634622c6d8925a&scene=19#wechat_redirect) |
| sleuth-demo | [Spring Cloud 系列之 Sleuth 链路追踪(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057900&idx=1&sn=f65a8d8e88f21c0857369a6a514f623e&scene=19#wechat_redirect)
[Spring Cloud 系列之 Sleuth 链路追踪(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057902&idx=1&sn=7279a8f8417c0cd1da89e13254069212&scene=19#wechat_redirect)
[Spring Cloud 系列之 Sleuth 链路追踪(三)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057904&idx=1&sn=d561a6e21ce74b56a188c366bf300e1f&scene=19#wechat_redirect) |
| stream-demo | [Spring Cloud 系列之 Stream 消息驱动(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057909&idx=1&sn=f10faccd11b61ddb5bc6c2d1b5b25ed4&scene=19#wechat_redirect)
[Spring Cloud 系列之 Stream 消息驱动(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459057911&idx=1&sn=fcdec5908ea36691f651b7d61c8a0012&scene=19#wechat_redirect) |
| config-demo | [Spring Cloud 系列之 Config 配置中心(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459058054&idx=1&sn=20e74f883b007b00000121126bdbe40e&scene=19#wechat_redirect)
[Spring Cloud 系列之 Config 配置中心(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459058058&idx=1&sn=4eb413fab814f6c710c818fe23fca2b8&scene=19#wechat_redirect)
[Spring Cloud 系列之 Config 配置中心(三)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459058068&idx=1&sn=f5ada62ebddf7fbe1d5011d38c07b202&scene=19#wechat_redirect) |
| bus-demo | [Spring Cloud 系列之 Bus 消息总线](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459058070&idx=1&sn=96856d7b2559b31a87b13a61675aa840&scene=19#wechat_redirect) |
| consul-config-demo | [Spring Cloud 系列之 Consul 配置中心](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459058167&idx=1&sn=29818b90789a948a23624cad6be95d3c&scene=19#wechat_redirect) |
| apollo-demo | [Spring Cloud 系列之 Apollo 配置中心(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459058529&idx=1&sn=e1dbbbf2ebea47b896c296efcd66e139&scene=19#wechat_redirect)
[Spring Cloud 系列之 Apollo 配置中心(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459058531&idx=1&sn=5fedc32fa68d851b4b4d7620196a7656&scene=19#wechat_redirect)
[Spring Cloud 系列之 Apollo 配置中心(三)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459058533&idx=1&sn=f62e49a6d41fcf4538626a6883ba9c5a&scene=19#wechat_redirect)
[Spring Cloud 系列之 Apollo 配置中心(四)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459058536&idx=1&sn=2614ba0599d3ac02fa2868ccdb8ebd87&scene=19#wechat_redirect) |
| nacos-demo | [Spring Cloud 系列之 Alibaba Nacos 注册中心(一)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459059317&idx=1&sn=7fe895fbb6d3441cba0d23a4251d5254&scene=19#wechat_redirect)
[Spring Cloud 系列之 Alibaba Nacos 注册中心(二)](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459059319&idx=1&sn=23346e899b83c35fdac9d157316c1499&scene=19#wechat_redirect) |
| sentinel-nacos-demo | [双剑合璧 Nacos 结合 Sentinel 实现流量安全控制](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459059323&idx=1&sn=86fcb2e4e0b282a85f1657803d103d4a&scene=19#wechat_redirect) |
| nacos-config-demo | [Spring Cloud 系列之 Alibaba Nacos 配置中心](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459059768&idx=1&sn=8a94aa4e1ab50a1e280e954ae719562b&scene=19#wechat_redirect) |
| dubbo-demo | [Spring Cloud 系列之 Dubbo RPC 通信](https://mp.weixin.qq.com/s?__biz=MzA4MDEwNTI1NA==&mid=2459059770&idx=1&sn=85b610b61b47b7e7fe3914b8e3253686&scene=19#wechat_redirect) |
本系列仍在持续更新中,请关注公众号获取每日最新资讯,感谢。