解决Error resolving template template might not exist or might not be accessible问题-解决errorresolvingtemplatetemplatemightnotexistormightnotbeaccessible问题

95 阅读1分钟

解决Error resolving template template might not exist or might not be accessible问题

原因是因为

shiro配置securityManager的时候,创建defaultSecurityManager的时候没有写对类

 DefaultSecurityManager defaultSecurityManager = new DefaultWebSecurityManager();

解决!