首页 > 技术文章 > shiro配置异常-org.springframework.beans.factory.BeanInitializationException: The security manager does not implement the WebSecurityManager interface.

wozibi 2019-07-06 11:42 原文

 

 

 出错的原因如下:

解释:securitymanager应该使用的是DefaultWebSecurityManager。

 

推荐阅读