From fe9eb86a9e31e11e1d338a042f6bd1fd4ac94225 Mon Sep 17 00:00:00 2001 From: Philip Riecks Date: Tue, 23 Jan 2024 11:37:32 +0100 Subject: [PATCH] fix project --- .../src/main/resources/application.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/spring-boot-aws-integration-tests/src/main/resources/application.yml b/spring-boot-aws-integration-tests/src/main/resources/application.yml index f5edb107..7f797a98 100644 --- a/spring-boot-aws-integration-tests/src/main/resources/application.yml +++ b/spring-boot-aws-integration-tests/src/main/resources/application.yml @@ -1,11 +1,9 @@ -cloud: - aws: - region: - static: eu-central-1 - stack: - auto: false - enabled: false - event-processing: order-event-queue: order-event-queue order-event-bucket: order-event-bucket + +spring: + cloud: + aws: + region: + static: eu-central-1