update: application.yml

This commit is contained in:
2024-02-23 10:28:34 +08:00
parent f3ff3d7047
commit 51daa8f834
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ public class DruidEncryptUtil {
}
public static void main(String[] args) throws Exception {
String encrypt = encrypt("123456");
String encrypt = encrypt("$LDQ20020618xxx$");
System.out.println("encrypt:" + encrypt);
}