Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renfei/springclouddemo
SpringCloud微服务入门教程,包含Eureka注册发现、Config配置中心、BUS消息总线、FeignClient客户端 、Zuul网关、Hystrix服务熔断降级、Stream消息队列、Sleuth链路监控、Swagger文档的基本整合演示。
https://github.com/renfei/springclouddemo
java maven microservice microservices spring spring-cloud
Last synced: 7 days ago
JSON representation
SpringCloud微服务入门教程,包含Eureka注册发现、Config配置中心、BUS消息总线、FeignClient客户端 、Zuul网关、Hystrix服务熔断降级、Stream消息队列、Sleuth链路监控、Swagger文档的基本整合演示。
- Host: GitHub
- URL: https://github.com/renfei/springclouddemo
- Owner: renfei
- Created: 2020-02-17T07:10:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T17:52:08.000Z (4 months ago)
- Last Synced: 2024-12-17T09:07:50.703Z (9 days ago)
- Topics: java, maven, microservice, microservices, spring, spring-cloud
- Language: Java
- Homepage: https://www.renfei.net/posts/1003335
- Size: 62.5 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> 敬告:此教程已经时间久远,使用的是 Netflix 路线,而 Netflix 很多组件已经闭源不再维护,现在项目大多使用 Alibaba 路线或其他云厂商的路线;此项目只有参考的价值了。
![RenFei.Net Social Banner](https://cdn.renfei.net/upload/image/2020/20200207204317.jpg)
## Spring Cloud 微服务入门教程
我的个人博客网站[RenFei.Net](https://www.renfei.net)一直坚持每年一次大更新,但这次我决定不更新了,因为再更新就是使用微服务了,一个小网站用微服务架构就有点杀鸡用牛刀了,而且维护起来比较费时费力。所以直接写成教程文章就不再大动干戈的去重写我的博客了。---
====== 目录 ======
#### [Spring Cloud 微服务入门教程(一):微服务介绍](https://www.renfei.net/posts/1003316)
#### [Spring Cloud 微服务入门教程(二):服务注册与发现-Eureka](https://www.renfei.net/posts/1003320) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/eureka)
#### [Spring Cloud 微服务入门教程(三):微服务的注册](https://www.renfei.net/posts/1003323) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/eureka-client)
#### [Spring Cloud 微服务入门教程(四):微服务间的调用消费-FeignClient](https://www.renfei.net/posts/1003324) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/demo-client)
#### [Spring Cloud 微服务入门教程(五):统一配置中心-ConfigService](https://www.renfei.net/posts/1003325) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/config-server)
#### [Spring Cloud 微服务入门教程(六):Spring Cloud BUS 消息总线实现配置中心动态更新配置文件](https://www.renfei.net/posts/1003326) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-bus)
#### [Spring Cloud 微服务入门教程(七):Spring Cloud Stream 消息队驱动式的微服务](https://www.renfei.net/posts/1003327) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-stream)
#### [Spring Cloud 微服务入门教程(八):Spring Cloud Zuul 服务网关动态路由和Cookie头信息传递和跨域](https://www.renfei.net/posts/1003329) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-zuul)
#### [Spring Cloud 微服务入门教程(九):网关 Zuul 整合 Swagger2 实现自动生成 RESTful API 文档](https://www.renfei.net/posts/1003330) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-zuul-swagger2)
#### [Spring Cloud 微服务入门教程(十):Spring Cloud Hystrix 服务熔断和服务降级](https://www.renfei.net/posts/1003331) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-hystrix)
#### [Spring Cloud 微服务入门教程(十一):Spring Cloud Sleuth zipkin 服务追踪链路监控](https://www.renfei.net/posts/1003332) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-sleuth)
#### [Spring Cloud 微服务入门教程(十二):Spring Cloud Docker 容器化部署](https://www.renfei.net/posts/1003334) 章节代码:[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/docker)