# Conflicts: # src/main/resources/bootstrap.yml
@@ -1,3 +1,8 @@
spring:
profiles:
- active: test
+ active: test
+jasypt:
+ encryptor:
+ password: xxx #盐
+ algorithm: PBEWithMD5AndDES
+ iv-generator-classname: org.jasypt.iv.NoIvGenerator