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

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-05-28
  • 2021-11-11
  • 2022-01-14
  • 2022-12-23
猜你喜欢
  • 2021-08-06
  • 2022-01-12
  • 2021-07-10
  • 2022-12-23
  • 2021-05-05
  • 2021-07-08
  • 2022-12-23
相关资源
相似解决方案