feat(knowledge): 完成知识库部署相关脚本调整

This commit is contained in:
v-zhangjc9
2025-05-28 18:46:20 +08:00
parent e6e24dff27
commit 8c9cb6f21d
11 changed files with 67 additions and 152 deletions

View File

@@ -21,6 +21,6 @@ public class TestSecurityDecrypt {
config.setStringOutputType("base64");
encryptor.setConfig(config);
System.out.println(encryptor.decrypt("GXKnbq1LS11U2HaONspvH+D/TkIx13aWTaokdkzaF7HSvq6Z0Rv1+JUWFnYopVXu"));
System.out.println(encryptor.encrypt("jdHyKdp9qxNqCK3c"));
}
}