From 361bba5b65261bfba3dc160001a5036ece94d5d5 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 31 Jul 2023 09:05:51 +0200 Subject: Code polish for PR * Keep old config files --- src/main/resources/application.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/main/resources/application.yml') diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5bdf6ca..39acb37 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,16 +4,4 @@ spring: template: default-topic: ${app.kafka.topic} flyway: - locations: "classpath:db/migration/{vendor}" - main: - allow-bean-definition-overriding: true - - -app: - rest: - #uri: "localhost:9000/bwhc/etl/api/MTBFile" - pseudonymizer: BUILDIN - - -server: - port: 8000 + locations: "classpath:db/migration/{vendor}" \ No newline at end of file -- cgit v1.2.3