From e0dbad9a443141d25a8ab17ed059bb549667990f Mon Sep 17 00:00:00 2001 From: Szakalakamaka Date: Thu, 15 Oct 2020 11:55:04 +0200 Subject: [PATCH] testing cloud configurations --- ...ework_retry_spring_retry_1_2_5_RELEASE.xml | 13 ++++ .idea/workspace.xml | 68 +++++++++++-------- Klaus.iml | 1 + pom.xml | 4 ++ src/main/resources/application.properties | 16 ++++- target/classes/application.properties | 15 +++- .../mappers/MockedMessageMapperImpl.java | 2 +- 7 files changed, 83 insertions(+), 36 deletions(-) create mode 100644 .idea/libraries/Maven__org_springframework_retry_spring_retry_1_2_5_RELEASE.xml diff --git a/.idea/libraries/Maven__org_springframework_retry_spring_retry_1_2_5_RELEASE.xml b/.idea/libraries/Maven__org_springframework_retry_spring_retry_1_2_5_RELEASE.xml new file mode 100644 index 0000000..3077cc0 --- /dev/null +++ b/.idea/libraries/Maven__org_springframework_retry_spring_retry_1_2_5_RELEASE.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 72fff16..0c15478 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -22,7 +22,15 @@