From 5fcb7b10a5a157e9481e7a8b55c20d2c5b1090ed Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Wed, 3 Jan 2024 10:05:39 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EA=B5=B0=EA=B5=AC=EB=B3=84=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=ED=8C=8C=EC=9D=BC=20=EB=B3=80=EA=B2=BD=20?= =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cokr/xit/fims/FimsApplication.java | 1 + .../disabled-parking-request-41480.xml | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/main/resources/template/disabled-parking-request-41480.xml diff --git a/src/main/java/cokr/xit/fims/FimsApplication.java b/src/main/java/cokr/xit/fims/FimsApplication.java index 7d2b8589..8e0d7ef7 100644 --- a/src/main/java/cokr/xit/fims/FimsApplication.java +++ b/src/main/java/cokr/xit/fims/FimsApplication.java @@ -32,6 +32,7 @@ public class FimsApplication extends XitBaseApplication { if(exploded) { overwriteConfFile("intf-conf/xit-lvis.properties", serverSggCd+"-"+profile); overwriteConfFile("intf-conf/disabled-parking.conf", profile); + overwriteConfFile("template/disabled-parking-request.xml", serverSggCd); overwriteConfFile("intf-conf/file-job.conf", serverSggCd+"-"+profile); overwriteConfFile("intf-conf/gpki.conf", serverSggCd+"-"+profile); } diff --git a/src/main/resources/template/disabled-parking-request-41480.xml b/src/main/resources/template/disabled-parking-request-41480.xml new file mode 100644 index 00000000..a19ae321 --- /dev/null +++ b/src/main/resources/template/disabled-parking-request-41480.xml @@ -0,0 +1,20 @@ + + +
+ + DisabledParkingYnService + 4060404CMC + SVR1311000030 + {transactionID} + + + +
+ + + 4060000 + ERPTC901SSI638W22183 + {carsNo} + + +
\ No newline at end of file