mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-15 10:08:26 +00:00
删出冗余代码
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user