diff options
| author | Paul-Christian Volkmer | 2023-07-25 15:45:02 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-07-25 15:45:02 +0200 |
| commit | 2929bb26ac84d8a6c900e6f8692f1b84ecc39087 (patch) | |
| tree | 139a99cdd8f5e32f7ae6717fc4d50c7e9a1ccd6f /src/main/resources/application.yml | |
| parent | 05149bac0b60423cda3865e3119ce87b9e8cba62 (diff) | |
Add request and status logging
Diffstat (limited to 'src/main/resources/application.yml')
| -rw-r--r-- | src/main/resources/application.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index da543bd..39acb37 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,4 +2,6 @@ spring: kafka: bootstrap-servers: ${app.kafka.servers} template: - default-topic: ${app.kafka.topic}
\ No newline at end of file + default-topic: ${app.kafka.topic} + flyway: + locations: "classpath:db/migration/{vendor}"
\ No newline at end of file |
