Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 304 Bytes

swagger2pdf

  • 使用swagger的json生成pdf文档(swagger.json to pdf),并解决中文乱码和显示不全问题

使用步骤

  1. 将swagger的json文件放到 swagger文件下,并命名为swagger.json
  2. 执行maven test即可,pdf生成在target/asciidoc/pdf下
    mvn test