1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-03 06:52:54 +00:00

Add request and status logging

This commit is contained in:
2023-07-25 15:45:02 +02:00
parent 05149bac0b
commit 2929bb26ac
10 changed files with 187 additions and 19 deletions

View File

@ -2,4 +2,6 @@ spring:
kafka:
bootstrap-servers: ${app.kafka.servers}
template:
default-topic: ${app.kafka.topic}
default-topic: ${app.kafka.topic}
flyway:
locations: "classpath:db/migration/{vendor}"