Browse Source

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

dengsixing 1 năm trước cách đây
mục cha
commit
4ce430cb02
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      src/main/resources/bootstrap.yml

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

@@ -2,4 +2,10 @@ spring:
   profiles:
     active: test
   application:
-    name: model-control
+    name: model-control
+
+jasypt:
+  encryptor:
+    password: xxx #盐
+    algorithm: PBEWithMD5AndDES
+    iv-generator-classname: org.jasypt.iv.NoIvGenerator