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