How to generate offline Swagger API docs?

前端 未结 6 1128
难免孤独
难免孤独 2020-12-30 02:42

I have a spring boot MVC java Web app. I\'ve been able to integrate Springfox for API documentation. I can visually see all of the APIs when server is up and running.

6条回答
  •  清歌不尽
    2020-12-30 03:13

    Open the live swagger HTML. click on expanding all the operations. Then save the HTML as PDF.

    This should give you a decent PDF API documentation with all the details in it.

提交回复
热议问题