diff --git a/pom.xml b/pom.xml
index 56fe068a..3054204c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,9 @@
-
+
diff --git a/src/main/resources/intf-conf/lntris-28000-local.conf b/src/main/resources/intf-conf/lntris-28000-local.conf
new file mode 100644
index 00000000..5d08e7e9
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-28000-local.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..5d08e7e9
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-28000-prod.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..5d08e7e9
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-28000-test.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..1e61a00f
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-41220-local.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..1e61a00f
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-41220-prod.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..1e61a00f
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-41220-test.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..da156668
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-41460-local.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..da156668
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-41460-prod.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..da156668
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-41460-test.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..0ea855a4
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-41480-local.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..0ea855a4
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-41480-prod.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..0ea855a4
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-41480-test.conf
@@ -0,0 +1,20 @@
+{
+ "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-51110-local.conf b/src/main/resources/intf-conf/lntris-51110-local.conf
new file mode 100644
index 00000000..8ca6c403
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-51110-local.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..8ca6c403
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-51110-prod.conf
@@ -0,0 +1,20 @@
+{
+ "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
new file mode 100644
index 00000000..8ca6c403
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris-51110-test.conf
@@ -0,0 +1,20 @@
+{
+ "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.conf b/src/main/resources/intf-conf/lntris.conf
new file mode 100644
index 00000000..0ea855a4
--- /dev/null
+++ b/src/main/resources/intf-conf/lntris.conf
@@ -0,0 +1,20 @@
+{
+ "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