1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-20 01:36:50 +00:00
etl-processor/src/main/resources/application.yml

10 lines
218 B
YAML

spring:
kafka:
bootstrap-servers: ${app.kafka.servers}
consumer:
group-id: ${app.kafka.group-id}
flyway:
locations: "classpath:db/migration/{vendor}"
server:
forward-headers-strategy: framework