Skip to content

eastseven/spring-cloud-demo

Repository files navigation

Spring Cloud 微服务 Demo

  • 服务注册与发现
  • API网关
  • 三个服务

通过docker-compose启动

  • 只需执行命令sh dc-up.sh

  • eureka地址 http://localhost:8081

  • api地址 http://localhost:8080

    • GET /api/products
    • GET /api/products/1
    • GET /api/user/:id
  • 扩容某个服务,执行docker-compose scale 服务名称=数量即可

生成API文档

使用 apidoc 生成文档,在目录 ms-apidoc 目录下,执行 sh gen-apidoc.sh 即可。 生成的文档位于 ms-apidoc/apidoc/index.html

参考

About

Spring Cloud 微服务 Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published