# swagger-to-doc **Repository Path**: fufu669/swagger-to-doc ## Basic Information - **Project Name**: swagger-to-doc - **Description**: 把swagger转成doc文档的一个应用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #swagger-to-wiki-server 把swagger转成wiki文档的一个应用 使用方法。 启动application,访问 http://localhost:10666/swagger-ui.html#!/page-swagger-controller/infoUsingGET 填入swaggerUrl和serverUrl 点Try it out!。 访问Request URL 例如http://localhost:10666/v1/page/swagger/get?swaggerUrl=http%3A%2F%2Flocalhost%3A10666%2Fv2%2Fapi-docs 会下载一个doc 注意,不能直接访问Response Body里面的链接。会出现锟斤拷的乱码。 必须在地址栏里访问Request Url里面的内容。