解决Error resolving template template might not exist or might not be accessible问题
原因是因为
shiro配置securityManager的时候,创建defaultSecurityManager的时候没有写对类
DefaultSecurityManager defaultSecurityManager = new DefaultWebSecurityManager();
解决!
Q.E.D.
Hello welcome to my blog
HandSomeM
·
·
·
原因是因为
shiro配置securityManager的时候,创建defaultSecurityManager的时候没有写对类
DefaultSecurityManager defaultSecurityManager = new DefaultWebSecurityManager();
解决!
Q.E.D.