1 Star 0 Fork 415

keal8485 / swagger-bootstrap-ui-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
萧明 提交于 2017-09-06 15:31 . 1.6

swagger-bootstarp-ui演示项目

说明

swagger-bootstrap-ui的jar包已经上传到maven中央仓库,可以直接使用,目前的版本是1.6

中央仓库地址

maven配置

<dependency>
    <groupId>com.github.xiaoymin</groupId>
    <artifactId>swagger-bootstrap-ui</artifactId>
    <version>1.6</version>
</dependency>

1、该项目是Spring boot项目,直接main方法运行SwaggerBootstrapUiDemoApplication即可

2、端口是application.properties中配置的8999

server.port=8999

3、访问http://localhost:8999/doc.html

Java
1
https://gitee.com/keal8485/swagger-bootstrap-ui-demo.git
git@gitee.com:keal8485/swagger-bootstrap-ui-demo.git
keal8485
swagger-bootstrap-ui-demo
swagger-bootstrap-ui-demo
master

搜索帮助