From 91ac06e6984443122eccbdc573554b847a28bb4e Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Wed, 10 Jan 2024 13:54:20 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=AD=EB=AF=BC=EC=8B=A0=EB=AC=B8=EA=B3=A0?= =?UTF-8?q?=20=EC=88=98=EC=8B=A0=20=EC=97=85=EB=AC=B4=ED=86=B5=EB=B3=B4=20?= =?UTF-8?q?url=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/cokr/xit/fims/crdn/web/InterfaceController.java | 2 +- src/main/resources/intf-conf/file-job-41480-local.conf | 2 +- src/main/resources/intf-conf/file-job-41480-prod.conf | 2 +- src/main/resources/intf-conf/file-job-41480-test.conf | 2 +- src/main/resources/intf-conf/file-job-51110-local.conf | 2 +- src/main/resources/intf-conf/file-job-51110-prod.conf | 2 +- src/main/resources/intf-conf/file-job-51110-test.conf | 2 +- src/main/resources/intf-conf/file-job.conf | 2 +- src/main/resources/sql/mapper/fims/crdn/global-stng-mapper.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/cokr/xit/fims/crdn/web/InterfaceController.java b/src/main/java/cokr/xit/fims/crdn/web/InterfaceController.java index 2cb13417..1bf43071 100644 --- a/src/main/java/cokr/xit/fims/crdn/web/InterfaceController.java +++ b/src/main/java/cokr/xit/fims/crdn/web/InterfaceController.java @@ -14,7 +14,7 @@ import cokr.xit.base.web.ApplicationController; import cokr.xit.fims.crdn.service.ImportService; @Controller("fimsInterface") -@RequestMapping(value = "/interface/smg", name = "국민 신문고 민원") +@RequestMapping(value = "/intf/fims/smg", name = "국민 신문고 민원") public class InterfaceController extends ApplicationController { @Resource(name = "importService") private ImportService importService; diff --git a/src/main/resources/intf-conf/file-job-41480-local.conf b/src/main/resources/intf-conf/file-job-41480-local.conf index 3f496710..9cfd8d57 100644 --- a/src/main/resources/intf-conf/file-job-41480-local.conf +++ b/src/main/resources/intf-conf/file-job-41480-local.conf @@ -24,7 +24,7 @@ "name": "smg-receive", "dirCode": "smg", /* <-- dirCodes */ "infoType": "010", - "alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ + "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */ }, { /* 국민신문고 전송 */ "name": "smg-send", diff --git a/src/main/resources/intf-conf/file-job-41480-prod.conf b/src/main/resources/intf-conf/file-job-41480-prod.conf index 3f496710..9cfd8d57 100644 --- a/src/main/resources/intf-conf/file-job-41480-prod.conf +++ b/src/main/resources/intf-conf/file-job-41480-prod.conf @@ -24,7 +24,7 @@ "name": "smg-receive", "dirCode": "smg", /* <-- dirCodes */ "infoType": "010", - "alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ + "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */ }, { /* 국민신문고 전송 */ "name": "smg-send", diff --git a/src/main/resources/intf-conf/file-job-41480-test.conf b/src/main/resources/intf-conf/file-job-41480-test.conf index 3f496710..9cfd8d57 100644 --- a/src/main/resources/intf-conf/file-job-41480-test.conf +++ b/src/main/resources/intf-conf/file-job-41480-test.conf @@ -24,7 +24,7 @@ "name": "smg-receive", "dirCode": "smg", /* <-- dirCodes */ "infoType": "010", - "alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ + "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */ }, { /* 국민신문고 전송 */ "name": "smg-send", diff --git a/src/main/resources/intf-conf/file-job-51110-local.conf b/src/main/resources/intf-conf/file-job-51110-local.conf index 3f496710..9cfd8d57 100644 --- a/src/main/resources/intf-conf/file-job-51110-local.conf +++ b/src/main/resources/intf-conf/file-job-51110-local.conf @@ -24,7 +24,7 @@ "name": "smg-receive", "dirCode": "smg", /* <-- dirCodes */ "infoType": "010", - "alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ + "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */ }, { /* 국민신문고 전송 */ "name": "smg-send", diff --git a/src/main/resources/intf-conf/file-job-51110-prod.conf b/src/main/resources/intf-conf/file-job-51110-prod.conf index 3f496710..9cfd8d57 100644 --- a/src/main/resources/intf-conf/file-job-51110-prod.conf +++ b/src/main/resources/intf-conf/file-job-51110-prod.conf @@ -24,7 +24,7 @@ "name": "smg-receive", "dirCode": "smg", /* <-- dirCodes */ "infoType": "010", - "alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ + "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */ }, { /* 국민신문고 전송 */ "name": "smg-send", diff --git a/src/main/resources/intf-conf/file-job-51110-test.conf b/src/main/resources/intf-conf/file-job-51110-test.conf index 3f496710..9cfd8d57 100644 --- a/src/main/resources/intf-conf/file-job-51110-test.conf +++ b/src/main/resources/intf-conf/file-job-51110-test.conf @@ -24,7 +24,7 @@ "name": "smg-receive", "dirCode": "smg", /* <-- dirCodes */ "infoType": "010", - "alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ + "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */ }, { /* 국민신문고 전송 */ "name": "smg-send", diff --git a/src/main/resources/intf-conf/file-job.conf b/src/main/resources/intf-conf/file-job.conf index 53cebdbf..ac806e1e 100644 --- a/src/main/resources/intf-conf/file-job.conf +++ b/src/main/resources/intf-conf/file-job.conf @@ -24,7 +24,7 @@ "name": "smg-receive", "dirCode": "smg", /* <-- dirCodes */ "infoType": "010", - "alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ + "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */ }, { /* 국민신문고 전송 */ "name": "smg-send", diff --git a/src/main/resources/sql/mapper/fims/crdn/global-stng-mapper.xml b/src/main/resources/sql/mapper/fims/crdn/global-stng-mapper.xml index ef171b66..042e46bf 100644 --- a/src/main/resources/sql/mapper/fims/crdn/global-stng-mapper.xml +++ b/src/main/resources/sql/mapper/fims/crdn/global-stng-mapper.xml @@ -28,7 +28,7 @@