Explorar o código

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

dengsixing hai 1 ano
pai
achega
4ce430cb02
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  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