课程
/后端开发
/Java
/Shiro安全框架入门
老师,演示项目有没有GitHub地址呢??
2018-04-18
源自:Shiro安全框架入门 3-6
正在回答
https://github.com/apache/shiro
无名高地 提问者
举报
从零入门Shiro安全框架
2 回答 User user=getPassWordByUserName(userName); if(user==null){ return null; } SimpleAuthenticationInfo authenticationInfo=new SimpleAuthenticationInfo(user.getUsername(),user.getPassword(),"customRealm");
2 回答测试用例调用CustomRealm时,其中的autowired loginService接口为NULL