# about-swagger **Repository Path**: cqgvip/about-swagger ## Basic Information - **Project Name**: about-swagger - **Description**: swagger 自动生成api文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-28 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### about-swagger ### 使用方式 添加如下依赖包 ```textmate io.springfox springfox-swagger2 2.9.2 io.springfox springfox-swagger-ui 2.9.2 com.github.xiaoymin swagger-bootstrap-ui 1.8.1 ``` ### 使用原生的ui ```textmate http://localhost:8080/swagger-ui.html ``` ### 使用更好用的ui ```textmate http://localhost:8080/doc.html ```