启动顺序与组件功能介绍
- eureka-server 服务注册中心
- eureka-provider 服务提供者
- consumer-ribbon 服务消费者ribbon版
- consumer-feign 服务消费者feign版
- zuul-gateway 微服务网关
访问http://localhost:8881查看服务注册中心页面
访问http://localhost:8885/api/v1/ribbon/hello/say/2321312 ->ribbon 访问http://localhost:8885/api/v1/feign/hello/say/2321312 ->feign
具体查看zuul-gateway网关层配置
- 分布式swagger文档管理中心
-
分布式swagger文档整合 https://blog.csdn.net/yangchuanan/article/details/82774934
-
启动效果