adapter객체 못찾오는 부분 수정
This commit is contained in:
@@ -175,7 +175,7 @@ public class ApiAdapterController implements HttpAdapterServiceKey {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
//**
|
//** jwhong TSEAIHS04의 api full path와 비교하여 adapter를 가져온다
|
||||||
STDMessageDAO dao = ApplicationContextProvider.getContext().getBean(STDMessageDAO.class);
|
STDMessageDAO dao = ApplicationContextProvider.getContext().getBean(STDMessageDAO.class);
|
||||||
StandardMessageInfo stdInfo = dao.getSTDMsgByPath(apiUri);
|
StandardMessageInfo stdInfo = dao.getSTDMsgByPath(apiUri);
|
||||||
String serviceKey = stdInfo.getBzwksvckeyname();
|
String serviceKey = stdInfo.getBzwksvckeyname();
|
||||||
|
|||||||
Reference in New Issue
Block a user