bootstrap.yml 169 B

12345678
  1. spring:
  2. profiles:
  3. active: test
  4. jasypt:
  5. encryptor:
  6. password: xxx #盐
  7. algorithm: PBEWithMD5AndDES
  8. iv-generator-classname: org.jasypt.iv.NoIvGenerator