update: application.yml

This commit is contained in:
2024-02-17 14:58:32 +08:00
parent fdcde7bdfd
commit 25db5baa9b
2 changed files with 4 additions and 4 deletions

View File

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