fixed
servcice Proxy
This commit is contained in:
parent
6d6f93cdee
commit
d05e2b1c0a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user