dengsixing пре 1 година
родитељ
комит
11c71a9256
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      xxl-job-admin/src/main/resources/bootstrap.yml

+ 7 - 1
xxl-job-admin/src/main/resources/bootstrap.yml

@@ -1,3 +1,9 @@
 spring:
   profiles:
-    active: test
+    active: test
+
+jasypt:
+  encryptor:
+    password: xxx #盐
+    algorithm: PBEWithMD5AndDES
+    iv-generator-classname: org.jasypt.iv.NoIvGenerator