Shiro:整合swagger2时需要放行的资源

Posted it-taosir

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Shiro:整合swagger2时需要放行的资源相关的知识,希望对你有一定的参考价值。

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

 

以上是关于Shiro:整合swagger2时需要放行的资源的主要内容,如果未能解决你的问题,请参考以下文章

Shiro 放行静态资源,以及失效的一些解决方法

Shiro 放行静态资源,以及失效的一些解决方法

Shiro 放行静态资源,以及失效的一些解决方法

springboot整合shiro框架详解

Shiro整合Springboot之图片验证码实现

Day374.shiro授权&Shiro+jsp整合Springboot -Shiro