diff --git a/pom.xml b/pom.xml
index 4c77a6e0..91b1a7ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,40 +180,29 @@
- org.apache.maven.plugins
- maven-antrun-plugin
+ cokr.xit.maven.plugins
+ maven-sgg-plugin
+ 1.0-SNAPSHOT
- ant-execute
+ copy-execute
compile
-
-
- copy conf!
-
-
-
-
-
-
-
-
run
+
+
+
+ /intf-conf/file-job.conf
+ /intf-conf/disabled-parking.conf
+ /intf-conf/gpki.conf
+ /intf-conf/lntris.conf
+ /intf-conf/xit-lvis.properties
+ /template/disabled-parking-request.xml
+
+
diff --git a/src/main/resources/intf-conf/disabled-parking-prod.conf b/src/main/resources/intf-conf/disabled-parking-prod.conf
deleted file mode 100644
index 362c9a71..00000000
--- a/src/main/resources/intf-conf/disabled-parking-prod.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "template": "template/disabled-parking-request.xml", /* 장애인 표지 조회를 위한 요청 xml 템플릿의 클래스패스 상의 경로 */
-
- "serviceUrl": "http://hub.share.go.kr/rid/ynservice/swsdn/DisabledParkingYnService", /* 장애인 표지 조회 서비스 url */
- "targetServer": "SVR1311000030", /* 장애인 표지 조회 서버인증서 아이디 */
-
- "request": { /* 요청 xml의 파라미터 시작과 끝 태그 */
- "start": "",
- "end": ""
- },
-
- "response": { /* 응답 xml의 데이터 시작과 끝 태그 */
- "start": "",
- "end": ""
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/disabled-parking-test.conf b/src/main/resources/intf-conf/disabled-parking-test.conf
deleted file mode 100644
index 6e5d80f6..00000000
--- a/src/main/resources/intf-conf/disabled-parking-test.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "template": "template/disabled-parking-request.xml", /* 장애인 표지 조회를 위한 요청 xml 템플릿의 클래스패스 상의 경로 */
-
- "serviceUrl": "http://localhost:9078/rid/ynservice/swsdn/DisabledParkingYnService", /* 장애인 표지 조회 모의 서비스 url */
- "targetServer": "SVR1311000030", /* 장애인 표지 조회 서버인증서 아이디 */
-
- "request": { /* 요청 xml의 파라미터 시작과 끝 태그 */
- "start": "",
- "end": ""
- },
-
- "response": { /* 응답 xml의 데이터 시작과 끝 태그 */
- "start": "",
- "end": ""
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-28000-local.conf b/src/main/resources/intf-conf/file-job-28000-local.conf
deleted file mode 100644
index 45a41303..00000000
--- a/src/main/resources/intf-conf/file-job-28000-local.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-28000-prod.conf b/src/main/resources/intf-conf/file-job-28000-prod.conf
deleted file mode 100644
index 45a41303..00000000
--- a/src/main/resources/intf-conf/file-job-28000-prod.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-28000-test.conf b/src/main/resources/intf-conf/file-job-28000-test.conf
deleted file mode 100644
index 45a41303..00000000
--- a/src/main/resources/intf-conf/file-job-28000-test.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-41220-local.conf b/src/main/resources/intf-conf/file-job-41220-local.conf
deleted file mode 100644
index 45a41303..00000000
--- a/src/main/resources/intf-conf/file-job-41220-local.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-41220-prod.conf b/src/main/resources/intf-conf/file-job-41220-prod.conf
deleted file mode 100644
index 45a41303..00000000
--- a/src/main/resources/intf-conf/file-job-41220-prod.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-41220-test.conf b/src/main/resources/intf-conf/file-job-41220-test.conf
deleted file mode 100644
index 45a41303..00000000
--- a/src/main/resources/intf-conf/file-job-41220-test.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-41460-local.conf b/src/main/resources/intf-conf/file-job-41460-local.conf
deleted file mode 100644
index 45a41303..00000000
--- a/src/main/resources/intf-conf/file-job-41460-local.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-41460-prod.conf b/src/main/resources/intf-conf/file-job-41460-prod.conf
deleted file mode 100644
index 45a41303..00000000
--- a/src/main/resources/intf-conf/file-job-41460-prod.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-41460-test.conf b/src/main/resources/intf-conf/file-job-41460-test.conf
deleted file mode 100644
index 45a41303..00000000
--- a/src/main/resources/intf-conf/file-job-41460-test.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-41480-local.conf b/src/main/resources/intf-conf/file-job-41480-local.conf
deleted file mode 100644
index 36106eba..00000000
--- a/src/main/resources/intf-conf/file-job-41480-local.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "PJCT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-41480-prod.conf b/src/main/resources/intf-conf/file-job-41480-prod.conf
deleted file mode 100644
index 36106eba..00000000
--- a/src/main/resources/intf-conf/file-job-41480-prod.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "PJCT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-41480-test.conf b/src/main/resources/intf-conf/file-job-41480-test.conf
deleted file mode 100644
index 36106eba..00000000
--- a/src/main/resources/intf-conf/file-job-41480-test.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "PJCT", /* 외부기관 구분코드 */
- "rceptId": "40219", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-50000-local.conf b/src/main/resources/intf-conf/file-job-50000-local.conf
deleted file mode 100644
index 381bf381..00000000
--- a/src/main/resources/intf-conf/file-job-50000-local.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40291", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-50000-prod.conf b/src/main/resources/intf-conf/file-job-50000-prod.conf
deleted file mode 100644
index 381bf381..00000000
--- a/src/main/resources/intf-conf/file-job-50000-prod.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40291", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-50000-test.conf b/src/main/resources/intf-conf/file-job-50000-test.conf
deleted file mode 100644
index 381bf381..00000000
--- a/src/main/resources/intf-conf/file-job-50000-test.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40291", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-51110-local.conf b/src/main/resources/intf-conf/file-job-51110-local.conf
deleted file mode 100644
index 381bf381..00000000
--- a/src/main/resources/intf-conf/file-job-51110-local.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40291", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-51110-prod.conf b/src/main/resources/intf-conf/file-job-51110-prod.conf
deleted file mode 100644
index 381bf381..00000000
--- a/src/main/resources/intf-conf/file-job-51110-prod.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40291", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job-51110-test.conf b/src/main/resources/intf-conf/file-job-51110-test.conf
deleted file mode 100644
index 381bf381..00000000
--- a/src/main/resources/intf-conf/file-job-51110-test.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "dirs": {
- "receive": "files/ESB_AGENT/RCV", /* 수신 파일 최상위 디렉토리 */
- "send": "files/ESB_AGENT/SND", /* 전송 파일 최상위 디렉토리 */
-
- "working": "files/interface/work", /* 파일 작업 최상위 디렉토리 */
- "success": "files/interface/success", /* 작업 완료한 파일의 최상위 디렉토리 */
- "fail": "files/interface/fail" /* 작업 실패한 파일의 최상위 디렉토리 */
- },
-
- "dirCodes": {
- "lntris": "1741000NIS", /* 차세대 지방세외수입 시스템 */
- "smg": "CG131000000768", /* 국민신문고 기관코드 */
- "epost": "CG144523401150" /* epost 기관코드 */
- },
-
- "defaults": {
- "charset": "euc-kr",
- "fetchSize": 50,
- "workSize": 50
- },
-
- "jobs": [
- { /* 국민신문고 수신 */
- "name": "smg-receive",
- "dirCode": "smg", /* <-- dirCodes */
- "infoType": "010",
- "alert": "http://localhost:9078/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
- },
- { /* 국민신문고 전송 */
- "name": "smg-send",
- "dirCode": "smg", /* <-- dirCodes */
- "alert": "http://localhost:9078/intf/fims/smg/petition/reply.do" /* 업무 통보 url */
- },
-
- { /* epost 전자우편 신청 전송 */
- "name": "epost-send-request",
- "dirCode": "epost", /* <-- dirCodes */
-
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40291", /* 접수우체국 국기호 */
- "expiryDays": 10, /* 배달 만료 일수 */
-
- "attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
- "txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
- "zipFilename": "POSDF5${conKey}.zip"
- },
-
- { /* epost 전자우편 신청 수신 결과 */
- "name": "epost-receive-result",
- "dirCode": "epost", /* <-- dirCodes */
- "alert": "http://localhost:9078/api/epost/result/receive.do" /* 업무 통보 url */
- }
- ]
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/file-job.conf b/src/main/resources/intf-conf/file-job.conf
index 381bf381..36106eba 100644
--- a/src/main/resources/intf-conf/file-job.conf
+++ b/src/main/resources/intf-conf/file-job.conf
@@ -37,8 +37,8 @@
"name": "epost-send-request",
"dirCode": "epost", /* <-- dirCodes */
- "conOrg": "YICT", /* 외부기관 구분코드 */
- "rceptId": "40291", /* 접수우체국 국기호 */
+ "conOrg": "PJCT", /* 외부기관 구분코드 */
+ "rceptId": "40219", /* 접수우체국 국기호 */
"expiryDays": 10, /* 배달 만료 일수 */
"attachmentDir": "files/interface/attachment/epost", /* 원본 첨부파일 디렉토리 경로 */
diff --git a/src/main/resources/intf-conf/gpki-28000-local.conf b/src/main/resources/intf-conf/gpki-28000-local.conf
deleted file mode 100644
index 01433340..00000000
--- a/src/main/resources/intf-conf/gpki-28000-local.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR6280262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR6280262001_env.cer",
- "privateKeyFile": "SVR6280262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR6280262001_sig.cer",
- "privateKeyFile": "SVR6280262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-28000-prod.conf b/src/main/resources/intf-conf/gpki-28000-prod.conf
deleted file mode 100644
index 01433340..00000000
--- a/src/main/resources/intf-conf/gpki-28000-prod.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR6280262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR6280262001_env.cer",
- "privateKeyFile": "SVR6280262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR6280262001_sig.cer",
- "privateKeyFile": "SVR6280262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-28000-test.conf b/src/main/resources/intf-conf/gpki-28000-test.conf
deleted file mode 100644
index 01433340..00000000
--- a/src/main/resources/intf-conf/gpki-28000-test.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR6280262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR6280262001_env.cer",
- "privateKeyFile": "SVR6280262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR6280262001_sig.cer",
- "privateKeyFile": "SVR6280262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-41220-local.conf b/src/main/resources/intf-conf/gpki-41220-local.conf
deleted file mode 100644
index 0d27005e..00000000
--- a/src/main/resources/intf-conf/gpki-41220-local.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR3910262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR3910262001_env.cer",
- "privateKeyFile": "SVR3910262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR3910262001_sig.cer",
- "privateKeyFile": "SVR3910262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-41220-prod.conf b/src/main/resources/intf-conf/gpki-41220-prod.conf
deleted file mode 100644
index 0d27005e..00000000
--- a/src/main/resources/intf-conf/gpki-41220-prod.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR3910262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR3910262001_env.cer",
- "privateKeyFile": "SVR3910262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR3910262001_sig.cer",
- "privateKeyFile": "SVR3910262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-41220-test.conf b/src/main/resources/intf-conf/gpki-41220-test.conf
deleted file mode 100644
index 0d27005e..00000000
--- a/src/main/resources/intf-conf/gpki-41220-test.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR3910262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR3910262001_env.cer",
- "privateKeyFile": "SVR3910262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR3910262001_sig.cer",
- "privateKeyFile": "SVR3910262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-41460-local.conf b/src/main/resources/intf-conf/gpki-41460-local.conf
deleted file mode 100644
index 42ff7ad9..00000000
--- a/src/main/resources/intf-conf/gpki-41460-local.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4050262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4050262001_env.cer",
- "privateKeyFile": "SVR4050262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4050262001_sig.cer",
- "privateKeyFile": "SVR4050262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-41460-prod.conf b/src/main/resources/intf-conf/gpki-41460-prod.conf
deleted file mode 100644
index 42ff7ad9..00000000
--- a/src/main/resources/intf-conf/gpki-41460-prod.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4050262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4050262001_env.cer",
- "privateKeyFile": "SVR4050262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4050262001_sig.cer",
- "privateKeyFile": "SVR4050262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-41460-test.conf b/src/main/resources/intf-conf/gpki-41460-test.conf
deleted file mode 100644
index 42ff7ad9..00000000
--- a/src/main/resources/intf-conf/gpki-41460-test.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4050262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4050262001_env.cer",
- "privateKeyFile": "SVR4050262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4050262001_sig.cer",
- "privateKeyFile": "SVR4050262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-41480-local.conf b/src/main/resources/intf-conf/gpki-41480-local.conf
deleted file mode 100644
index 90a29829..00000000
--- a/src/main/resources/intf-conf/gpki-41480-local.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4060262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4060262001_env.cer",
- "privateKeyFile": "SVR4060262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4060262001_sig.cer",
- "privateKeyFile": "SVR4060262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-41480-prod.conf b/src/main/resources/intf-conf/gpki-41480-prod.conf
deleted file mode 100644
index 90a29829..00000000
--- a/src/main/resources/intf-conf/gpki-41480-prod.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4060262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4060262001_env.cer",
- "privateKeyFile": "SVR4060262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4060262001_sig.cer",
- "privateKeyFile": "SVR4060262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-41480-test.conf b/src/main/resources/intf-conf/gpki-41480-test.conf
deleted file mode 100644
index 90a29829..00000000
--- a/src/main/resources/intf-conf/gpki-41480-test.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4060262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4060262001_env.cer",
- "privateKeyFile": "SVR4060262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4060262001_sig.cer",
- "privateKeyFile": "SVR4060262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-50000-local.conf b/src/main/resources/intf-conf/gpki-50000-local.conf
deleted file mode 100644
index 1f9eb952..00000000
--- a/src/main/resources/intf-conf/gpki-50000-local.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4181262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4181262001_env.cer",
- "privateKeyFile": "SVR4181262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4181262001_sig.cer",
- "privateKeyFile": "SVR4181262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-50000-prod.conf b/src/main/resources/intf-conf/gpki-50000-prod.conf
deleted file mode 100644
index 1f9eb952..00000000
--- a/src/main/resources/intf-conf/gpki-50000-prod.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4181262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4181262001_env.cer",
- "privateKeyFile": "SVR4181262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4181262001_sig.cer",
- "privateKeyFile": "SVR4181262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-50000-test.conf b/src/main/resources/intf-conf/gpki-50000-test.conf
deleted file mode 100644
index 8d8e961f..00000000
--- a/src/main/resources/intf-conf/gpki-50000-test.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR5000262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR5000262001_env.cer",
- "privateKeyFile": "SVR5000262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR5000262001_sig.cer",
- "privateKeyFile": "SVR5000262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-51110-local.conf b/src/main/resources/intf-conf/gpki-51110-local.conf
deleted file mode 100644
index 1f9eb952..00000000
--- a/src/main/resources/intf-conf/gpki-51110-local.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4181262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4181262001_env.cer",
- "privateKeyFile": "SVR4181262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4181262001_sig.cer",
- "privateKeyFile": "SVR4181262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-51110-prod.conf b/src/main/resources/intf-conf/gpki-51110-prod.conf
deleted file mode 100644
index 1f9eb952..00000000
--- a/src/main/resources/intf-conf/gpki-51110-prod.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4181262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4181262001_env.cer",
- "privateKeyFile": "SVR4181262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4181262001_sig.cer",
- "privateKeyFile": "SVR4181262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki-51110-test.conf b/src/main/resources/intf-conf/gpki-51110-test.conf
deleted file mode 100644
index 1f9eb952..00000000
--- a/src/main/resources/intf-conf/gpki-51110-test.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */
-
- "charset": "UTF-8", /* 문자셋 */
-
- "server": {
- "local": "SVR4181262001", /* 이용기관 서버 CN */
- "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
- },
-
- "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */
- /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */
- "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
-
- "env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR4181262001_env.cer",
- "privateKeyFile": "SVR4181262001_env.key",
- "privateKeyPassword": "wkddodls3322!"
- },
- "sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR4181262001_sig.cer",
- "privateKeyFile": "SVR4181262001_sig.key",
- "privateKeyPassword": "wkddodls3322!"
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/gpki.conf b/src/main/resources/intf-conf/gpki.conf
index 0d27005e..90a29829 100644
--- a/src/main/resources/intf-conf/gpki.conf
+++ b/src/main/resources/intf-conf/gpki.conf
@@ -4,7 +4,7 @@
"charset": "UTF-8", /* 문자셋 */
"server": {
- "local": "SVR3910262001", /* 이용기관 서버 CN */
+ "local": "SVR4060262001", /* 이용기관 서버 CN */
"targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */
},
@@ -13,13 +13,13 @@
"certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */
"env": { /* 이용기관 서버 인증서 */
- "certFile": "SVR3910262001_env.cer",
- "privateKeyFile": "SVR3910262001_env.key",
+ "certFile": "SVR4060262001_env.cer",
+ "privateKeyFile": "SVR4060262001_env.key",
"privateKeyPassword": "wkddodls3322!"
},
"sig": { /* 이용기관 서버 전자서명 */
- "certFile": "SVR3910262001_sig.cer",
- "privateKeyFile": "SVR3910262001_sig.key",
+ "certFile": "SVR4060262001_sig.cer",
+ "privateKeyFile": "SVR4060262001_sig.key",
"privateKeyPassword": "wkddodls3322!"
}
}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-28000-local.conf b/src/main/resources/intf-conf/lntris-28000-local.conf
deleted file mode 100644
index 5d08e7e9..00000000
--- a/src/main/resources/intf-conf/lntris-28000-local.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "6280000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-28000-prod.conf b/src/main/resources/intf-conf/lntris-28000-prod.conf
deleted file mode 100644
index 5d08e7e9..00000000
--- a/src/main/resources/intf-conf/lntris-28000-prod.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "6280000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-28000-test.conf b/src/main/resources/intf-conf/lntris-28000-test.conf
deleted file mode 100644
index 5d08e7e9..00000000
--- a/src/main/resources/intf-conf/lntris-28000-test.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "6280000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-41220-local.conf b/src/main/resources/intf-conf/lntris-41220-local.conf
deleted file mode 100644
index 1e61a00f..00000000
--- a/src/main/resources/intf-conf/lntris-41220-local.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "3910000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-41220-prod.conf b/src/main/resources/intf-conf/lntris-41220-prod.conf
deleted file mode 100644
index 1e61a00f..00000000
--- a/src/main/resources/intf-conf/lntris-41220-prod.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "3910000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-41220-test.conf b/src/main/resources/intf-conf/lntris-41220-test.conf
deleted file mode 100644
index 1e61a00f..00000000
--- a/src/main/resources/intf-conf/lntris-41220-test.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "3910000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-41460-local.conf b/src/main/resources/intf-conf/lntris-41460-local.conf
deleted file mode 100644
index da156668..00000000
--- a/src/main/resources/intf-conf/lntris-41460-local.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "4050000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-41460-prod.conf b/src/main/resources/intf-conf/lntris-41460-prod.conf
deleted file mode 100644
index da156668..00000000
--- a/src/main/resources/intf-conf/lntris-41460-prod.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "4050000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-41460-test.conf b/src/main/resources/intf-conf/lntris-41460-test.conf
deleted file mode 100644
index da156668..00000000
--- a/src/main/resources/intf-conf/lntris-41460-test.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "4050000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-41480-local.conf b/src/main/resources/intf-conf/lntris-41480-local.conf
deleted file mode 100644
index 0ea855a4..00000000
--- a/src/main/resources/intf-conf/lntris-41480-local.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "4060000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-41480-prod.conf b/src/main/resources/intf-conf/lntris-41480-prod.conf
deleted file mode 100644
index 0ea855a4..00000000
--- a/src/main/resources/intf-conf/lntris-41480-prod.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "4060000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-41480-test.conf b/src/main/resources/intf-conf/lntris-41480-test.conf
deleted file mode 100644
index 0ea855a4..00000000
--- a/src/main/resources/intf-conf/lntris-41480-test.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "4060000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-50000-local.conf b/src/main/resources/intf-conf/lntris-50000-local.conf
deleted file mode 100644
index 64757848..00000000
--- a/src/main/resources/intf-conf/lntris-50000-local.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "6500000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-50000-prod.conf b/src/main/resources/intf-conf/lntris-50000-prod.conf
deleted file mode 100644
index 64757848..00000000
--- a/src/main/resources/intf-conf/lntris-50000-prod.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "6500000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-50000-test.conf b/src/main/resources/intf-conf/lntris-50000-test.conf
deleted file mode 100644
index 64757848..00000000
--- a/src/main/resources/intf-conf/lntris-50000-test.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "6500000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-51110-local.conf b/src/main/resources/intf-conf/lntris-51110-local.conf
deleted file mode 100644
index 8ca6c403..00000000
--- a/src/main/resources/intf-conf/lntris-51110-local.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "4181000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-51110-prod.conf b/src/main/resources/intf-conf/lntris-51110-prod.conf
deleted file mode 100644
index 8ca6c403..00000000
--- a/src/main/resources/intf-conf/lntris-51110-prod.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "4181000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/lntris-51110-test.conf b/src/main/resources/intf-conf/lntris-51110-test.conf
deleted file mode 100644
index 8ca6c403..00000000
--- a/src/main/resources/intf-conf/lntris-51110-test.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "useDatabase": true,
- "sendRequest": false,
-
- "locals": [
- {
- "organization": "4181000", /* 지역 자치단체 코드(7자리) */
- "systems": ["DPV","PVS","BPV","ECA","PES"] /* 지역 시스템 코드(3자리) */
- }
- ],
-
- "remote": {
- "organization": "1741000", /* 지방세외수입 기관 코드(7자리) */
- "systems": ["NIS"], /* 지방세외수입 시스템 코드(3자리) */
- "urls": {
- "basic": "http://localhost:9079/mediate/ltis", /* 연계(개별) url */
- "special": "http://localhost:9079/mediate/ltis" /* 연계(특화) url */
- }
- }
-}
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-28000-local.properties b/src/main/resources/intf-conf/xit-lvis-28000-local.properties
deleted file mode 100644
index 54d53457..00000000
--- a/src/main/resources/intf-conf/xit-lvis-28000-local.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=28000
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\uc778\ucc9c
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=032-000-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=28-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=local
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://localhost:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://localhost:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-28000-prod.properties b/src/main/resources/intf-conf/xit-lvis-28000-prod.properties
deleted file mode 100644
index 1313d963..00000000
--- a/src/main/resources/intf-conf/xit-lvis-28000-prod.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=28000
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\uc778\ucc9c
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=032-000-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=28-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://auto.car.go.kr:39700/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://10.98.198.199:9700/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-28000-test.properties b/src/main/resources/intf-conf/xit-lvis-28000-test.properties
deleted file mode 100644
index 3421dc4b..00000000
--- a/src/main/resources/intf-conf/xit-lvis-28000-test.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=28000
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\uc778\ucc9c
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=032-000-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=28-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://211.119.124.9:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://211.119.124.9:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-41220-local.properties b/src/main/resources/intf-conf/xit-lvis-41220-local.properties
deleted file mode 100644
index e69f5a81..00000000
--- a/src/main/resources/intf-conf/xit-lvis-41220-local.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=41220
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\ud3c9\ud0dd
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-8024-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=41-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=local
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://localhost:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://localhost:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-41220-prod.properties b/src/main/resources/intf-conf/xit-lvis-41220-prod.properties
deleted file mode 100644
index 7681bdaa..00000000
--- a/src/main/resources/intf-conf/xit-lvis-41220-prod.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=41220
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\ud3c9\ud0dd
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-8024-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=41-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://auto.car.go.kr:39700/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://10.98.198.199:9700/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-41220-test.properties b/src/main/resources/intf-conf/xit-lvis-41220-test.properties
deleted file mode 100644
index 14183958..00000000
--- a/src/main/resources/intf-conf/xit-lvis-41220-test.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=41220
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\ud3c9\ud0dd
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-8024-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=41-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://211.119.124.9:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://211.119.124.9:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-41460-local.properties b/src/main/resources/intf-conf/xit-lvis-41460-local.properties
deleted file mode 100644
index 21c77dcf..00000000
--- a/src/main/resources/intf-conf/xit-lvis-41460-local.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=41460
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\uc6a9\uc778
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-000-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=41-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=local
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://localhost:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://localhost:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-41460-prod.properties b/src/main/resources/intf-conf/xit-lvis-41460-prod.properties
deleted file mode 100644
index 417579c6..00000000
--- a/src/main/resources/intf-conf/xit-lvis-41460-prod.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=41460
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\uc6a9\uc778
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-000-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=41-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://auto.car.go.kr:39700/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://10.98.198.199:9700/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-41460-test.properties b/src/main/resources/intf-conf/xit-lvis-41460-test.properties
deleted file mode 100644
index 71ebb4a1..00000000
--- a/src/main/resources/intf-conf/xit-lvis-41460-test.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=41460
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\uc6a9\uc778
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-000-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=41-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://211.119.124.9:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://211.119.124.9:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-41480-local.properties b/src/main/resources/intf-conf/xit-lvis-41480-local.properties
deleted file mode 100644
index 94450e9a..00000000
--- a/src/main/resources/intf-conf/xit-lvis-41480-local.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=41480
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\ud30c\uc8fc
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-940-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=41-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=local
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://localhost:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://localhost:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-41480-prod.properties b/src/main/resources/intf-conf/xit-lvis-41480-prod.properties
deleted file mode 100644
index cc1800b1..00000000
--- a/src/main/resources/intf-conf/xit-lvis-41480-prod.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=41480
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\ud30c\uc8fc
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-940-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=41-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://auto.car.go.kr:39700/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://10.98.198.199:9700/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-41480-test.properties b/src/main/resources/intf-conf/xit-lvis-41480-test.properties
deleted file mode 100644
index 0c32328a..00000000
--- a/src/main/resources/intf-conf/xit-lvis-41480-test.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=41480
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\ud30c\uc8fc
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-940-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=41-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://211.119.124.9:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://211.119.124.9:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-50000-local.properties b/src/main/resources/intf-conf/xit-lvis-50000-local.properties
deleted file mode 100644
index 1bf38825..00000000
--- a/src/main/resources/intf-conf/xit-lvis-50000-local.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=50000
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\uc81c\uc8fc
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=064-000-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=50-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=local
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://localhost:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://localhost:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-50000-prod.properties b/src/main/resources/intf-conf/xit-lvis-50000-prod.properties
deleted file mode 100644
index 3fb1f9de..00000000
--- a/src/main/resources/intf-conf/xit-lvis-50000-prod.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=50000
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\uc81c\uc8fc
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=064-000-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=50-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://auto.car.go.kr:39700/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://10.98.198.199:9700/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-50000-test.properties b/src/main/resources/intf-conf/xit-lvis-50000-test.properties
deleted file mode 100644
index 8cbc9778..00000000
--- a/src/main/resources/intf-conf/xit-lvis-50000-test.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=50000
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\uc81c\uc8fc
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=064-000-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=50-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://211.119.124.9:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://211.119.124.9:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-51110-local.properties b/src/main/resources/intf-conf/xit-lvis-51110-local.properties
deleted file mode 100644
index 981b464a..00000000
--- a/src/main/resources/intf-conf/xit-lvis-51110-local.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=51110
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\ucd98\ucc9c
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-940-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=51-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=local
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://localhost:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://localhost:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-51110-prod.properties b/src/main/resources/intf-conf/xit-lvis-51110-prod.properties
deleted file mode 100644
index 88ea358e..00000000
--- a/src/main/resources/intf-conf/xit-lvis-51110-prod.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=51110
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\ucd98\ucc9c
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-940-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=51-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://auto.car.go.kr:39700/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://10.98.198.199:9700/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis-51110-test.properties b/src/main/resources/intf-conf/xit-lvis-51110-test.properties
deleted file mode 100644
index 85a76f67..00000000
--- a/src/main/resources/intf-conf/xit-lvis-51110-test.properties
+++ /dev/null
@@ -1,34 +0,0 @@
-#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=51110
-#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
-lvis.charger.ihinum=
-#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
-lvis.charger.ip_adres=
-#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\ucd98\ucc9c
-#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
-lvis.charger.wrc_telno=031-940-0000
-
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=51-000
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
-lvis.info_sys.ip=101.0.115.13
-#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
-lvis.info_sys.macaddress=EC:EB:B8:97:F2:14
-
-#\uc554\ud638\ud654\ud0a4
-lvis.enc.key=0BCE7F19897CEA91
-#\uc554\ud638\ud654\ud0a4 \uadf8\ub8f9
-lvis.enc.key_group=1
-#\uc554\ud638\ud654\ud0a4 \ubc88\ud638
-lvis.enc.key_no=1
-
-#lvis \uc0ac\uc6a9 \uc11c\ube44\uc2a4 (production || test || local)
-lvis.host.active=production
-#lvis \uc6b4\uc601 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.production=http://211.119.124.9:9079/lvis/services/WsFrontController
-#lvis \ud14c\uc2a4\ud2b8 \uc11c\ube44\uc2a4 \uc8fc\uc18c
-lvis.host.test=http://211.119.124.9:9079/lvis/services/WsFrontController
-
-#\uc790\ub3d9\ucc28 \uae30\ubcf8\uc0ac\ud56d \uc870\ud68c \ub85c\uadf8 \uc800\uc7a5 \uc5ec\ubd80(true || false)
-lvis.log.basicInfo=true
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/xit-lvis.properties b/src/main/resources/intf-conf/xit-lvis.properties
index 85a76f67..0c32328a 100644
--- a/src/main/resources/intf-conf/xit-lvis.properties
+++ b/src/main/resources/intf-conf/xit-lvis.properties
@@ -1,16 +1,16 @@
#\uc2dc\uad70\uad6c\ucf54\ub4dc(\ud544\uc218)
-lvis.sigungu.code=51110
+lvis.sigungu.code=41480
#\ub2f4\ub2f9\uc790 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638
lvis.charger.ihinum=
#\ub2f4\ub2f9\uc790 IP \uc5b4\ub4dc\ub808\uc2a4
lvis.charger.ip_adres=
#\ub2f4\ub2f9\uc790\uba85
-lvis.charger.nm=\uae40\ucd98\ucc9c
+lvis.charger.nm=\uae40\ud30c\uc8fc
#\ub2f4\ub2f9\uc790 \uc5f0\ub77d\ucc98
lvis.charger.wrc_telno=031-940-0000
#\uc815\ubcf4\uc2dc\uc2a4\ud15c ID(\ud544\uc218)
-lvis.info_sys.id=51-000
+lvis.info_sys.id=41-000
#\uc815\ubcf4\uc2dc\uc2a4\ud15c IP(\ud544\uc218)
lvis.info_sys.ip=101.0.115.13
#\uc815\ubcf4\uc2dc\uc2a4\ud15c MAC \uc5b4\ub4dc\ub808\uc2a4
diff --git a/src/main/resources/template/disabled-parking-request-28000.xml b/src/main/resources/template/disabled-parking-request-28000.xml
deleted file mode 100644
index e1e638e5..00000000
--- a/src/main/resources/template/disabled-parking-request-28000.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- DisabledParkingYnService
- 6280404CMC
- SVR1311000030
- {transactionID}
-
-
-
-
-
-
- 6280000
- ERPTC901SSI638W22183
- {carsNo}
-
-
-
\ No newline at end of file
diff --git a/src/main/resources/template/disabled-parking-request-41220.xml b/src/main/resources/template/disabled-parking-request-41220.xml
deleted file mode 100644
index b3548d1d..00000000
--- a/src/main/resources/template/disabled-parking-request-41220.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- DisabledParkingYnService
- 3910404CMC
- SVR1311000030
- {transactionID}
-
-
-
-
-
-
- 3910000
- ERPTC901SSI638W22183
- {carsNo}
-
-
-
\ No newline at end of file
diff --git a/src/main/resources/template/disabled-parking-request-41460.xml b/src/main/resources/template/disabled-parking-request-41460.xml
deleted file mode 100644
index bc6445b4..00000000
--- a/src/main/resources/template/disabled-parking-request-41460.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- DisabledParkingYnService
- 4050404CMC
- SVR1311000030
- {transactionID}
-
-
-
-
-
-
- 4050000
- ERPTC901SSI638W22183
- {carsNo}
-
-
-
\ No newline at end of file
diff --git a/src/main/resources/template/disabled-parking-request-41480.xml b/src/main/resources/template/disabled-parking-request-41480.xml
deleted file mode 100644
index a19ae321..00000000
--- a/src/main/resources/template/disabled-parking-request-41480.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- DisabledParkingYnService
- 4060404CMC
- SVR1311000030
- {transactionID}
-
-
-
-
-
-
- 4060000
- ERPTC901SSI638W22183
- {carsNo}
-
-
-
\ No newline at end of file
diff --git a/src/main/resources/template/disabled-parking-request-50000.xml b/src/main/resources/template/disabled-parking-request-50000.xml
deleted file mode 100644
index fcf9c526..00000000
--- a/src/main/resources/template/disabled-parking-request-50000.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- DisabledParkingYnService
- 6500404CMC
- SVR1311000030
- {transactionID}
-
-
-
-
-
-
- 6500000
- ERPTC901SSI638W22183
- {carsNo}
-
-
-
\ No newline at end of file
diff --git a/src/main/resources/template/disabled-parking-request-51110.xml b/src/main/resources/template/disabled-parking-request-51110.xml
deleted file mode 100644
index 8415c0c6..00000000
--- a/src/main/resources/template/disabled-parking-request-51110.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- DisabledParkingYnService
- 4181404CMC
- SVR1311000030
- {transactionID}
-
-
-
-
-
-
- 4181000
- ERPTC901SSI638W22183
- {carsNo}
-
-
-
\ No newline at end of file
diff --git a/src/main/resources/intf-conf/disabled-parking-local.conf b/src/main/resources/template/disabled-parking.conf
similarity index 100%
rename from src/main/resources/intf-conf/disabled-parking-local.conf
rename to src/main/resources/template/disabled-parking.conf