From 51d2e14d197d45e1fc62659b1a8b71c5640348ac Mon Sep 17 00:00:00 2001 From: kjh Date: Thu, 24 Oct 2024 10:53:36 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=B9=B4=EC=B9=B4=EC=98=A4=ED=86=A1=20?= =?UTF-8?q?=EC=A0=84=EC=9E=90=EA=B3=A0=EC=A7=80=20api=20=ED=98=B8=EC=B6=9C?= =?UTF-8?q?=20url=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 11 +++++++++++ src/main/resources/config/conf-contract.yml | 8 -------- src/main/resources/config/conf-log.yml | 1 + 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 2d46209..cfe705e 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -76,6 +76,17 @@ contract: # readcompleted: /pxy/kkost/v1/documents/change # status: /pxy/kkost/v1/documents/status # bulksend: /pxy/kkost/v1/documents/bulk + + talk: + host: ${xit.app.url} + # host: https://edoc-gw.kakao.com + bulksend-batch-unit: 100 + send: /v1/envelopes/{PRODUCT_CODE};POST + bulksend: /v1/bulk/envelopes/{PRODUCT_CODE};POST + validToken: /v1/envelopes/{ENVELOPE_ID}/tokens/{TOKEN}/verify;GET + modifyStatus: /v1/envelopes/{ENVELOPE_ID}/read;POST + bulkstatus: /v1/envelopes/status;POST + bill: dozn: host: ${xit.app.url} diff --git a/src/main/resources/config/conf-contract.yml b/src/main/resources/config/conf-contract.yml index d6bdd54..9274969 100644 --- a/src/main/resources/config/conf-contract.yml +++ b/src/main/resources/config/conf-contract.yml @@ -27,14 +27,6 @@ contract: notice: /iup/kakao/notice prepay: /iup/kakao/prepay payresult: /iup/kakao/pay-result - talk: - host: https://edoc-gw.kakao.com - bulksend-batch-unit: 100 - send: /v1/envelopes/{PRODUCT_CODE};POST - bulksend: /v1/bulk/envelopes/{PRODUCT_CODE};POST - validToken: /v1/envelopes/{ENVELOPE_ID}/tokens/{TOKEN}/verify;GET - modifyStatus: /v1/envelopes/{ENVELOPE_ID}/read;POST - bulkstatus: /v1/envelopes/status;POST alimtalk: biztalk: diff --git a/src/main/resources/config/conf-log.yml b/src/main/resources/config/conf-log.yml index 77c2794..9219281 100644 --- a/src/main/resources/config/conf-log.yml +++ b/src/main/resources/config/conf-log.yml @@ -19,6 +19,7 @@ logging: '[org.hibernate.SQL]': INFO # org.hibernate.type.descriptor.sql.BasicBinder.bind 로그 제거 '[org.hibernate.type.descriptor.sql.BasicBinder]': INFO + #'[org.hibernate.type.descriptor.sql.BasicBinder]': TRACE #'[org.hibernate.type.descriptor.sql]': off #jpa "?" 부분(binding 파라미터) 출력 # '[org.springframework.orm.jpa]': debug # '[org.springframework.transaction]': debug