How to generate offline Swagger API docs?

前端 未结 6 1111
难免孤独
难免孤独 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:09

    You can try "HTML" or "Dynamic HTML" under the "Generate Client" menu in https://editor.swagger.io. For any issue/feedback with the static doc, please report in the Swagger Codegen Github repo.

    editor.swagger.io leverages https://generator.swagger.io to generate code and generator.swagger.io (Swagger Generator) is part of the Swagger Codegen project.

提交回复
热议问题