swagger生成pdf文档
前言
Github:https://github.com/HealerJean
swagger.json
http://localhost:8888/develop/swagger
1、项目1(生成pdf)
1.1、生成
1.2、结果目录
1.3、文件内容
1..3.1、html
1.3.2、pdf
2、项目2(生成html和pdf)
2.1、生成
mvn test
2.2、结果目录
2.3、文件内容
2.3.1、html
2.3.2、pdf
代码下载