spring: application: name: ifn-savings-management jpa: hibernate: ddl-auto: none properties: org: hibernate: envers: store_data_at_delete: true datasource: driverClassName: org.h2.Driver # server mode url: jdbc:h2:tcp://localhost:1521/ifn_sm;COMPRESS=TRUE;JMX=TRUE username: sa password: kafka: consumer: group-id: ${spring.application.name} auto-offset-reset: latest enable-auto-commit: false producer: key-serializer: org.apache.kafka.common.serialization.StringSerializer value-serializer: de.infinnit.commons.business.kafka.IfnJsonSerializer listener: ack-mode: MANUAL properties: isolation: level: read_committed main: allow-bean-definition-overriding: true liquibase: enabled: true change-log: classpath:/liquibase/master_test.xml server: max-http-header-size: 16000 error: path: /mvc-error infinnit: savings: allocation: dayOfTheMonth: 25 scheduler: maxDelay: 10 maxAttempts: 1 monthly-maintenance-fee: scheduler-cron-expression: 0 * * * * * questioning: scheduler-cron-expression: 0 * * * * * allocation: scheduler-cron-expression: 0 * * * * *