mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-16 10:38:27 +00:00
删出冗余代码
This commit is contained in:
@@ -82,9 +82,4 @@ public class SysPasswordService
|
|||||||
return new Md5Hash(username + password + salt).toHex().toString();
|
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