<context:component-scan base-package="springfox"/>
<bean class="org.jeecgframework.core.swagger.SwaggerConfig" />
<mvc:resources mapping="/swagger/**" location="/swagger/" cache-period="31556926" />
集成Swagger-ui 实现在线接口文档,访问地址:
http://localhost:8093/jeecg/swagger/index.html