servcice Proxy
This commit is contained in:
snoop 2017-06-30 15:07:41 +09:00
parent 6d6f93cdee
commit d05e2b1c0a

View File

@ -5,6 +5,7 @@ import org.codehaus.jackson.map.DeserializationConfig;
import org.codehaus.jackson.map.ObjectMapper; import org.codehaus.jackson.map.ObjectMapper;
import org.springframework.aop.support.AopUtils; import org.springframework.aop.support.AopUtils;
import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContext;
import org.springframework.stereotype.Component;
import java.io.IOException; import java.io.IOException;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
@ -18,7 +19,7 @@ import java.util.Map;
/** /**
* Created by crusader on 17. 6. 30. * Created by crusader on 17. 6. 30.
*/ */
//@Component @Component
public class ServiceInvoker { public class ServiceInvoker {
// @Autowired // @Autowired
private ApplicationContext context; private ApplicationContext context;