Compare commits

..

2 Commits

File diff suppressed because it is too large Load Diff

@ -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}

@ -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:

@ -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

Loading…
Cancel
Save