src/main/java/com/whyc/realm/CustomRealm.java
@@ -37,7 +37,6 @@ System.out.printf("账号不存在"); throw new UnknownAccountException("账号不存在"); } return new SimpleAuthenticationInfo(user,user.getPassword(), ByteSource.Util.bytes(user.getSalt()),getName()); }