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