shiro配置异常-org.springframework.beans.factory.BeanInitializationException: The security manager does not implement the WebSecurityManager interface.

 

 出错的原因如下:

shiro配置异常-org.springframework.beans.factory.BeanInitializationException: The security manager does not implement the WebSecurityManager interface.

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

 

相关文章: