Files
ifn-local-run-config-prod/ifn-loan-arrears-reminder.yml
2024-04-24 05:49:17 +00:00

61 lines
1.4 KiB
YAML

spring:
application:
name: ifn-loan-arrears-reminder
jpa:
hibernate:
ddl-auto: none
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_lar;COMPRESS=TRUE;JMX=TRUE
username: sa
password:
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
management:
server:
servlet:
context-path: /actuator
infinnit:
scheduler:
maxDelay: 10
maxAttempts: 1
lar:
surveillance-case-closure:
cron-expression: '0 * * * * *'
reminder:
cron-expression: '30 * * * * *'
request-for-payment:
cron-expression: '45 * * * * *'
maxDelay: 10
maxAttempts: 1