From 84af73badf780aa25f312d9b9da105ecfd45f575 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 8 Jan 2025 14:40:52 -0500 Subject: [PATCH] Update to #96 --- .idea/workspace.xml | 19 ++++++++---- .../sfgdi/SfgDiApplication.java | 7 +++++ .../sfgdi/config/GreetingServiceConfig.java | 10 ++++--- .../sfgdi/config/SfgConstructorConfig.java | 30 +++++++++++++++++++ 4 files changed, 57 insertions(+), 9 deletions(-) create mode 100644 src/main/java/guru/springframework/sfgdi/config/SfgConstructorConfig.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 55621f8b0..218a9e360 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,8 @@