Generate PDF from Swagger API documentation

后端 未结 6 1904
长发绾君心
长发绾君心 2020-11-28 05:10

I have used the Swagger UI to display my REST webservices and hosted it on a server.

However this service of Swagger can only be accessed on a particular server. If

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-28 05:50

    I figured out a way using https://github.com/springfox/springfox and https://github.com/RobWin/swagger2markup

    Used Swagger 2 to implement documentation.

提交回复
热议问题