springboot + swagger2 整合的时候,出现了上述的问题,确切的说是弹框The base url is the root of where all the swagger resources are served

出现这样的情况有两种原因:

  1. 在启动类中缺少 @EnableSwagger2 注解
  2. 使用shiro的时候,请求没有过滤。

相关文章:

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