Sfoglia il codice sorgente

Merge branch 'hotfix-nacos加解密-dsx' into test

dengsixing 1 anno fa
parent
commit
f5ce5f533d
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      src/main/resources/bootstrap.yml

+ 6 - 1
src/main/resources/bootstrap.yml

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