Jeecg集成Swagger-ui

1     <context:component-scan base-package="springfox"/>
2     <bean class="org.jeecgframework.core.swagger.SwaggerConfig" /> 
3     <mvc:resources mapping="/swagger/**" location="/swagger/" cache-period="31556926" />

集成Swagger-ui 实现在线接口文档,访问地址:
http://localhost:8093/jeecg/swagger/index.html

原文地址:https://www.cnblogs.com/Jeely/p/10979207.html