From c20727fea84e1136e58e7886cfcb4d0d94da161b Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Thu, 27 Jan 2022 10:34:55 +0000 Subject: [PATCH] #312 git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32909 --- .../java/hu/user/mediacube/indexer/GreetingServiceConfig.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/hu.user.mediacube.indexer/src/main/java/hu/user/mediacube/indexer/GreetingServiceConfig.java b/server/hu.user.mediacube.indexer/src/main/java/hu/user/mediacube/indexer/GreetingServiceConfig.java index b38a4ba8..7e9b6868 100644 --- a/server/hu.user.mediacube.indexer/src/main/java/hu/user/mediacube/indexer/GreetingServiceConfig.java +++ b/server/hu.user.mediacube.indexer/src/main/java/hu/user/mediacube/indexer/GreetingServiceConfig.java @@ -4,6 +4,10 @@ import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; +import hu.user.mediacube.indexer.service.EnglishGreetingService; +import hu.user.mediacube.indexer.service.GreetingService; +import hu.user.mediacube.indexer.service.PolishGreetingService; + //https://stormpath.com/blog/spring-boot-dependency-injection @Configuration public class GreetingServiceConfig { -- 2.54.0