spring: application: name: ifn-term-life-insurance jpa: hibernate: ddl-auto: none format_sql: true use-new-id-generator-mappings: false show-sql: false properties: org: hibernate: envers: store_data_at_delete: true 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 datasource: driverClassName: org.h2.Driver # server mode url: jdbc:h2:tcp://localhost:1521/ifn_tli;COMPRESS=TRUE;JMX=TRUE username: sa password: # New Changes after upgrade to 2.1.6 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: scheduler: maxDelay: 10 maxAttempts: 1 tli: entry-age: cron-expression: 0 0 1 1 1 ? insurance-commitment: cron-expression: 0 0 1 ? * *