删出冗余代码

pull/42/head
wangchl 2018-11-23 17:16:48 +08:00
parent aa06f1adc5
commit 75f27dc536
1 changed files with 0 additions and 5 deletions

View File

@ -82,9 +82,4 @@ public class SysPasswordService
return new Md5Hash(username + password + salt).toHex().toString();
}
public static void main(String[] args)
{
System.out.println(new SysPasswordService().encryptPassword("admin", "admin123", "111111"));
System.out.println(new SysPasswordService().encryptPassword("ry", "admin123", "222222"));
}
}