# SpringCloudDemo **Repository Path**: rnf/SpringCloudDemo ## Basic Information - **Project Name**: SpringCloudDemo - **Description**: SpringCloud微服务入门教程,包含Eureka注册发现、Config配置中心、BUS消息总线、FeignClient客户端 、Zuul网关、Hystrix服务熔断降级、Stream消息队列、Sleuth链路监控、Swagger文档的基本整合演示。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-12-29 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![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)