Swagger之beautiful-UI
在maven项目上加上依赖
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
<version>1.9.6</version>
</dependency>
输入http://ip地址:端口号/doc.html
本项目地址是http://localhost:8187/doc.html
在maven项目上加上依赖
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
<version>1.9.6</version>
</dependency>
输入http://ip地址:端口号/doc.html
本项目地址是http://localhost:8187/doc.html