mirror of
https://github.com/pcvolkmer/mv64e-etl-processor
synced 2025-09-13 17:02:52 +00:00
7 lines
171 B
YAML
7 lines
171 B
YAML
spring:
|
|
kafka:
|
|
bootstrap-servers: ${app.kafka.servers}
|
|
consumer:
|
|
group-id: ${app.kafka.group-id}
|
|
flyway:
|
|
locations: "classpath:db/migration/{vendor}" |