server: port: 8080 spring: profiles: active: prod application: name: punch-settle-server datasource: driver-class-name: com.mysql.cj.jdbc.Driver cache: type: caffeine jasypt: encryptor: algorithm: PBEWithMD5AndDES salt-generator-classname: org.jasypt.salt.RandomSaltGenerator iv-generator-classname: org.jasypt.iv.RandomIvGenerator