shiro登录、拦截测试成功

This commit is contained in:
fjy8018@qq.com
2018-07-06 15:14:36 +08:00
parent f612e68cfc
commit 14bdaf5989
12 changed files with 150 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ public class Role {
private Integer rid;
private String name;
private String rname;
private Set<Permission> permissions = new HashSet<>();