diff --git a/src/main/java/cokr/xit/ens/modules/nice/service/support/NiceCiApiService.java b/src/main/java/cokr/xit/ens/modules/nice/service/support/NiceCiApiService.java index 01ac020..4910ed3 100644 --- a/src/main/java/cokr/xit/ens/modules/nice/service/support/NiceCiApiService.java +++ b/src/main/java/cokr/xit/ens/modules/nice/service/support/NiceCiApiService.java @@ -80,9 +80,9 @@ public class NiceCiApiService { final String rtnMsg; try { - //rtnMsg = sendNiceCiSocket(ft); + rtnMsg = sendNiceCiSocket(ft); // FIXME: test를 위해 임시 사용 - return msg get - rtnMsg = getTestData( 0); + // rtnMsg = getTestData( 0); } catch (Exception e) { return EnsResponseVO.errBuilder() .errCode(EnsErrCd.API_COMM_ERROR) @@ -125,9 +125,9 @@ public class NiceCiApiService { final String rtnMsg; try { - //rtnMsg = sendNiceCiSocket(ft); + rtnMsg = sendNiceCiSocket(ft); // FIXME: test를 위해 임시 사용 - return msg get - rtnMsg = getTestData( 1); + // rtnMsg = getTestData( 1); } catch (EnsException e) { return EnsResponseVO.errBuilder() .errCode(e.getErrCd()) @@ -155,8 +155,8 @@ public class NiceCiApiService { out.write(binTxt); // FIXME: 테스트 소켓서버 통신을 위해 임시로 추가 : 테스트 완료후 제거 - out.write("\nEXIT"); - out.newLine(); + // out.write("\nEXIT"); + // out.newLine(); // FIXME: 테스트 소켓서버 통신을 위해 임시로 추가 : 테스트 완료후 제거 out.flush(); diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index f3f5e59..2c7d92e 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -67,6 +67,18 @@ contract: host: https://test-edoc-gw.kakao.com send: /v1/envelopes/{PRODUCT_CODE};POST bulksend: /v1/bulk/envelopes/{PRODUCT_CODE};POST + niceCi: + host: 121.162.154.130 + port: 51253 #10001 + # //FIXME: NICE CI Socket 통신 timeout 시간 설정 - 단위 ms + # Nice secureconnetor system.prop의 전문호출후 대기시간 + 1초로 설정 + timeout: 16000 + orgId: Z755400 + # //FIXME: Nice secureconnetor system.prop 에서 설정 + # 개발 + #clientId: 0027370001 + # 운영 + #clientId: 0027370002 xit: mblpage: diff --git a/src/main/resources/config/conf-contract.yml b/src/main/resources/config/conf-contract.yml index 1f5dc10..d6bdd54 100644 --- a/src/main/resources/config/conf-contract.yml +++ b/src/main/resources/config/conf-contract.yml @@ -135,13 +135,13 @@ contract: read: /api/msg/read niceCi: - host: 127.0.0.1 - #host: 10.1.1.5 + host: 121.162.154.160 port: 10002 # //FIXME: NICE CI Socket 통신 timeout 시간 설정 - 단위 ms - timeout: 3000 + # Nice secureconnetor system.prop의 전문호출후 대기시간 + 1초로 설정 + timeout: 16000 orgId: Z755400 - # 개발 - #clientId: 0027370001 + # //FIXME: Nice secureconnetor system.prop 에서 설정 + #clientId: 0027370005 # 운영 #clientId: 0027370002