该项目是swagger-bootstrap-ui的演示项目,使用Spring boot
1、该项目是Spring boot项目,直接main方法运行SwaggerBootstrapUiDemoApplication即可
2、端口是application.properties中配置的8999
server.port=8999
3、访问http://localhost:8999/doc.html
相关链接
该项目是swagger-bootstrap-ui的演示项目,使用Spring boot
1、该项目是Spring boot项目,直接main方法运行SwaggerBootstrapUiDemoApplication即可
2、端口是application.properties中配置的8999
server.port=8999
3、访问http://localhost:8999/doc.html
相关链接