首页 文章
  • 1 votes
     answers
     views

    使用Spring REST Docs生成Swagger客户端

    我见过这个Spring REST Docs - video 我们正在进行Spring启动项目,并使用springfox库生成Swagger-ui和swagger文档,如here所述 我们喜欢Spring Rest文档可以用来生成REST API文档,以及我们不需要在我们的Controller代码中添加像@ApiResponse或@ApiOperation这样的swagger注释 . 此外,文档...
  • 0 votes
     answers
     views

    集中式门户网站上的Spring REST doc

    我已经尝试过使用spring boot在springfox swagger上做一些poc . 它确实在我的应用程序运行时在同一主机和端口上生成swagger ui . http://localhost:8080/swagger-ui.html 我的应用程序由部署在 Cloud 基础架构上的多个微服务组成 . 这样我最终可能会有多个swagger hub ui as http://microserv...

热门问题