application.yaml 373 B

1234567891011121314151617
  1. server:
  2. port: 8080
  3. spring:
  4. profiles:
  5. active: prod
  6. application:
  7. name: punch-settle-server
  8. datasource:
  9. driver-class-name: com.mysql.cj.jdbc.Driver
  10. cache:
  11. type: caffeine
  12. jasypt:
  13. encryptor:
  14. algorithm: PBEWithMD5AndDES
  15. salt-generator-classname: org.jasypt.salt.RandomSaltGenerator
  16. iv-generator-classname: org.jasypt.iv.RandomIvGenerator