swagger-u @maven笔记

mvn

install:install-file -Dfile={Path/to/your/ojdbc.jar} -DgroupId=com.oracle

-DartifactId=ojdbc6 -Dversion=11.2.0 -Dpackaging=jar

Restful API 访问路径:  

* http://IP:port/{context-path}/swagger-ui.html  

* eg:http://localhost:8080/jd-config-web/swagger-ui.html  

http://localhost:8555/swagger-ui.html

http://localhost:8555/v2/api-docs

你可能感兴趣的:(swagger-u @maven笔记)