{"id":23251309,"url":"https://github.com/renfei/springclouddemo","last_synced_at":"2025-08-20T09:31:14.206Z","repository":{"id":52829259,"uuid":"241042012","full_name":"renfei/SpringCloudDemo","owner":"renfei","description":"SpringCloud微服务入门教程，包含Eureka注册发现、Config配置中心、BUS消息总线、FeignClient客户端 、Zuul网关、Hystrix服务熔断降级、Stream消息队列、Sleuth链路监控、Swagger文档的基本整合演示。","archived":false,"fork":false,"pushed_at":"2024-08-26T17:52:08.000Z","size":64,"stargazers_count":11,"open_issues_count":107,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-17T09:07:50.703Z","etag":null,"topics":["java","maven","microservice","microservices","spring","spring-cloud"],"latest_commit_sha":null,"homepage":"https://www.renfei.net/posts/1003335","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renfei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-17T07:10:05.000Z","updated_at":"2024-06-15T13:37:52.000Z","dependencies_parsed_at":"2022-08-22T21:31:19.085Z","dependency_job_id":null,"html_url":"https://github.com/renfei/SpringCloudDemo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renfei%2FSpringCloudDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renfei%2FSpringCloudDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renfei%2FSpringCloudDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renfei%2FSpringCloudDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renfei","download_url":"https://codeload.github.com/renfei/SpringCloudDemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230408135,"owners_count":18220977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","maven","microservice","microservices","spring","spring-cloud"],"created_at":"2024-12-19T09:17:51.259Z","updated_at":"2024-12-19T09:17:51.981Z","avatar_url":"https://github.com/renfei.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e  敬告：此教程已经时间久远，使用的是 Netflix 路线，而 Netflix 很多组件已经闭源不再维护，现在项目大多使用 Alibaba 路线或其他云厂商的路线；此项目只有参考的价值了。\n\n![RenFei.Net Social Banner](https://cdn.renfei.net/upload/image/2020/20200207204317.jpg)\n\n## Spring Cloud 微服务入门教程\n我的个人博客网站[RenFei.Net](https://www.renfei.net)一直坚持每年一次大更新，但这次我决定不更新了，因为再更新就是使用微服务了，一个小网站用微服务架构就有点杀鸡用牛刀了，而且维护起来比较费时费力。所以直接写成教程文章就不再大动干戈的去重写我的博客了。\n\n---\n\n====== 目录 ======\n#### [Spring Cloud 微服务入门教程（一）：微服务介绍](https://www.renfei.net/posts/1003316)\n#### [Spring Cloud 微服务入门教程（二）：服务注册与发现-Eureka](https://www.renfei.net/posts/1003320) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/eureka)\n#### [Spring Cloud 微服务入门教程（三）：微服务的注册](https://www.renfei.net/posts/1003323) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/eureka-client)\n#### [Spring Cloud 微服务入门教程（四）：微服务间的调用消费-FeignClient](https://www.renfei.net/posts/1003324) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/demo-client)\n#### [Spring Cloud 微服务入门教程（五）：统一配置中心-ConfigService](https://www.renfei.net/posts/1003325) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/config-server)\n#### [Spring Cloud 微服务入门教程（六）：Spring Cloud BUS 消息总线实现配置中心动态更新配置文件](https://www.renfei.net/posts/1003326) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-bus)\n#### [Spring Cloud 微服务入门教程（七）：Spring Cloud Stream 消息队驱动式的微服务](https://www.renfei.net/posts/1003327) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-stream)\n#### [Spring Cloud 微服务入门教程（八）：Spring Cloud Zuul 服务网关动态路由和Cookie头信息传递和跨域](https://www.renfei.net/posts/1003329) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-zuul)\n#### [Spring Cloud 微服务入门教程（九）：网关 Zuul 整合 Swagger2 实现自动生成 RESTful API 文档](https://www.renfei.net/posts/1003330) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-zuul-swagger2)\n#### [Spring Cloud 微服务入门教程（十）：Spring Cloud Hystrix 服务熔断和服务降级](https://www.renfei.net/posts/1003331) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-hystrix)\n#### [Spring Cloud 微服务入门教程（十一）：Spring Cloud Sleuth zipkin 服务追踪链路监控](https://www.renfei.net/posts/1003332) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/spring-cloud-sleuth)\n#### [Spring Cloud 微服务入门教程（十二）：Spring Cloud Docker 容器化部署](https://www.renfei.net/posts/1003334) 章节代码：[Github](https://github.com/NeilRen/SpringCloudDemo/tree/feature/docker)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenfei%2Fspringclouddemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenfei%2Fspringclouddemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenfei%2Fspringclouddemo/lists"}