# swagger-bootstrap-ui-demo **Repository Path**: corbettbain/swagger-bootstrap-ui-demo ## Basic Information - **Project Name**: swagger-bootstrap-ui-demo - **Description**: swagger-bootstrap-ui演示项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 441 - **Created**: 2018-11-12 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # swagger-bootstarp-ui演示项目 # 说明 swagger-bootstrap-ui的jar包已经上传到maven中央仓库,可以直接使用 [中央仓库地址](https://search.maven.org/search?q=g:com.github.xiaoymin%20AND%20a:swagger-bootstrap-ui&core=gav) maven配置 ```java com.github.xiaoymin swagger-bootstrap-ui ${lastVersion} ``` 1、该项目是Spring boot项目,直接main方法运行`SwaggerBootstrapUiDemoApplication`即可 2、端口是`application.properties`中配置的8999 ```java server.port=8999 ``` 3、访问http://localhost:8999/doc.html