huqin

web.xml中配置shiroFilter

 <filter>
 <filter-name>shiroFilter</filter-name>
 <filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
 </filter>
 <filter-mapping>
 <filter-name>shiroFilter</filter-name>
 <url-pattern>/*</url-pattern>
 </filter-mapping>

 

posted on 2017-06-03 17:55  胡琴  阅读(1589)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-09-02
  • 2021-10-05
  • 2021-07-08
  • 2021-08-08
  • 2021-07-21
猜你喜欢
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-07-25
  • 2021-07-10
相关资源
相似解决方案