filterMap.put("/swagger-ui.html", "anon");
        filterMap.put("/swagger-resources/**", "anon");
        filterMap.put("/v2/**", "anon");
        filterMap.put("/webjars/**", "anon");

 

相关文章:

  • 2021-10-23
  • 2021-04-13
  • 2021-09-16
  • 2021-09-28
  • 2021-08-13
  • 2021-05-24
猜你喜欢
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2021-03-31
  • 2021-07-01
  • 2021-08-15
  • 2022-12-23
相关资源
相似解决方案