1 2 3 4 5 6 7
spring: kafka: bootstrap-servers: ${app.kafka.servers} template: default-topic: ${app.kafka.topic} flyway: locations: "classpath:db/migration/{vendor}"