# swagger2word **Repository Path**: xiaoTECH123/swagger2word ## Basic Information - **Project Name**: swagger2word - **Description**: 二次开发(学习)(原项目https://github.com/JMCuixy/swagger2word) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2020-10-12 - **Last Updated**: 2024-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 使用步骤(Google Chrome) 1. 启动工程,访问地址: http://127.0.0.1:8080/swagger-ui.html 2. swagger2Word 提供了多种方式生成 word 文档,可以通过 swagger json 的资源地址,例如:https://petstore.swagger.io/v2/swagger.json ;可以通过上传 json 文件;甚至可以直接输入 json 字符串。 ![Image text](https://github.com/JMCuixy/swagger2word/blob/master/swagger2word.jpg) 3. 生成的 WORD 示例: ![Image text](https://github.com/JMCuixy/swagger2word/blob/master/demo_word.jpg)


1. 一个Swagger API 文档转 Word 文档的工具项目 2. 原项目参考:[http://www.cnblogs.com/jmcui/p/8298823.html](http://www.cnblogs.com/jmcui/p/8298823.html)