Skip to content

FutaoSmile/SpringCloudStudy

Repository files navigation

SpringCloud学习项目

启动顺序与组件功能介绍

  • eureka-server 服务注册中心
  • eureka-provider 服务提供者
  • consumer-ribbon 服务消费者ribbon版
  • consumer-feign 服务消费者feign版
  • zuul-gateway 微服务网关

访问http://localhost:8881查看服务注册中心页面 image.png

访问http://localhost:8885/api/v1/ribbon/hello/say/2321312 ->ribbon 访问http://localhost:8885/api/v1/feign/hello/say/2321312 ->feign

具体查看zuul-gateway网关层配置

# 特性

  • 分布式swagger文档管理中心

# 资料

image.png

  • 服务注册中心 image.png

About

SpringCloud学习项目

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages