diff --git a/src/main/java/com/loafle/overflow/proxy/ServiceInvoker.java b/src/main/java/com/loafle/overflow/proxy/ServiceInvoker.java index 442ea41..e55e08e 100644 --- a/src/main/java/com/loafle/overflow/proxy/ServiceInvoker.java +++ b/src/main/java/com/loafle/overflow/proxy/ServiceInvoker.java @@ -5,6 +5,7 @@ import org.codehaus.jackson.map.DeserializationConfig; import org.codehaus.jackson.map.ObjectMapper; import org.springframework.aop.support.AopUtils; import org.springframework.context.ApplicationContext; +import org.springframework.stereotype.Component; import java.io.IOException; import java.lang.reflect.InvocationTargetException; @@ -18,7 +19,7 @@ import java.util.Map; /** * Created by crusader on 17. 6. 30. */ -//@Component +@Component public class ServiceInvoker { // @Autowired private ApplicationContext context;