#312
authorSweidan Omar <TFS\sweidan.omar>
Thu, 27 Jan 2022 10:34:55 +0000 (10:34 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Thu, 27 Jan 2022 10:34:55 +0000 (10:34 +0000)
git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32909

server/hu.user.mediacube.indexer/src/main/java/hu/user/mediacube/indexer/GreetingServiceConfig.java

index b38a4ba807426549a9d5bf57ca785354406889fa..7e9b686815fc204ac3a18ceb8cad8a5bceedc724 100644 (file)
@@ -4,6 +4,10 @@ import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
 import org.springframework.context.annotation.Bean;\r
 import org.springframework.context.annotation.Configuration;\r
 \r
+import hu.user.mediacube.indexer.service.EnglishGreetingService;\r
+import hu.user.mediacube.indexer.service.GreetingService;\r
+import hu.user.mediacube.indexer.service.PolishGreetingService;\r
+\r
 //https://stormpath.com/blog/spring-boot-dependency-injection\r
 @Configuration\r
 public class GreetingServiceConfig {\r