@@ -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