dengsixing hace 1 año
padre
commit
cb9db5e77d
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      src/main/resources/bootstrap.yml

+ 7 - 1
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