SpringCloudDemo

所属分类:文章/文档
开发工具:Java
文件大小:0KB
下载次数:0
上传日期:2023-05-25 02:18:12
上 传 者sh-1993
说明:  SpringCloud微服务入门教程,包含Eureka注册发现、Config配置中心、BUS消息总线、FeignClient客户端 、Zuul网关、Hystrix服务熔断降级、Stream消息队列、Sleuth链路监控、Swagger文档的基本整合演示。,
(SpringCloud microservice introduction tutorial, including Eureka registration discovery, Config configuration center, BUS message bus, FeignClient client, Zuul gateway, Hystrix service fusing and degradation, Stream message queue, Sleuth link monitoring, and basic integration demonstration of Swagger documents.,)

文件列表:
.whitesource (138, 2023-05-24)
apicenter/ (0, 2023-05-24)
apicenter/pom.xml (995, 2023-05-24)
apicenter/src/ (0, 2023-05-24)
apicenter/src/main/ (0, 2023-05-24)
apicenter/src/main/java/ (0, 2023-05-24)
apicenter/src/main/java/net/ (0, 2023-05-24)
apicenter/src/main/java/net/renfei/ (0, 2023-05-24)
apicenter/src/main/java/net/renfei/apicenter/ (0, 2023-05-24)
apicenter/src/main/java/net/renfei/apicenter/message/ (0, 2023-05-24)
apicenter/src/main/java/net/renfei/apicenter/message/MQChannel.java (209, 2023-05-24)
apicenter/src/main/java/net/renfei/apicenter/request/ (0, 2023-05-24)
apicenter/src/main/java/net/renfei/apicenter/request/BaseRquest.java (174, 2023-05-24)
apicenter/src/main/java/net/renfei/apicenter/request/DemoRquest.java (341, 2023-05-24)
apicenter/src/main/java/net/renfei/apicenter/result/ (0, 2023-05-24)
apicenter/src/main/java/net/renfei/apicenter/result/Result.java (660, 2023-05-24)
apicenter/src/main/java/net/renfei/apicenter/service/ (0, 2023-05-24)
apicenter/src/main/java/net/renfei/apicenter/service/DemoService.java (394, 2023-05-24)
config/ (0, 2023-05-24)
config/Dockerfile (119, 2023-05-24)
config/build.sh (109, 2023-05-24)
config/pom.xml (1381, 2023-05-24)
config/src/ (0, 2023-05-24)
config/src/main/ (0, 2023-05-24)
config/src/main/java/ (0, 2023-05-24)
config/src/main/java/net/ (0, 2023-05-24)
config/src/main/java/net/renfei/ (0, 2023-05-24)
config/src/main/java/net/renfei/config/ (0, 2023-05-24)
config/src/main/java/net/renfei/config/ConfigServerApplication.java (515, 2023-05-24)
config/src/main/resources/ (0, 2023-05-24)
config/src/main/resources/application.yml (523, 2023-05-24)
democlient/ (0, 2023-05-24)
democlient/Dockerfile (120, 2023-05-24)
democlient/build.sh (109, 2023-05-24)
democlient/pom.xml (2064, 2023-05-24)
democlient/src/ (0, 2023-05-24)
democlient/src/main/ (0, 2023-05-24)
democlient/src/main/java/ (0, 2023-05-24)
... ...

> 敬告:此教程已经时间久远,使用的是 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)

近期下载者

相关文件


收藏者