From 05388566ba284f24d0a82d675515a01136b715a7 Mon Sep 17 00:00:00 2001 From: jade Date: Wed, 15 Jul 2026 13:53:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20dev=20=ED=94=84=EB=A1=9C=ED=95=84?= =?UTF-8?q?=EC=97=90=EC=84=9C=20eims=20=EA=B4=80=EB=A0=A8=20placeholder=20?= =?UTF-8?q?=EB=88=84=EB=9D=BD=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.properties | 10 ++++++++++ .../src/main/resources/application-dev.properties | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/axhub-tool-other/src/main/resources/application-dev.properties b/axhub-tool-other/src/main/resources/application-dev.properties index 0b49c51..e2a037c 100644 --- a/axhub-tool-other/src/main/resources/application-dev.properties +++ b/axhub-tool-other/src/main/resources/application-dev.properties @@ -1,3 +1,13 @@ # Render 클라우드 환경 전용 설정 axhub.gateway.url=https://axhub-gateway.onrender.com axhub.tool.url=https://axhub-tool-other.onrender.com + +# EIMS 동적 라우팅 접속 정보 (Mock) +eims.http.url=http://localhost:${server.port}/api/gateway +eims.tcp.host=127.0.0.1 +eims.tcp.port=8090 +eims.tcp.timeout=5000 +eims.jsp.form.url=http://localhost:${server.port}/mock/jsp-form +eims.jsp.json.url=http://localhost:${server.port}/mock/jsp-json +eims.mci.url=http://localhost:${server.port}/api/mock/esb/api +eims.mcistring.url=http://localhost:${server.port}/api/mock/esb/string diff --git a/axhub-tool-sms/src/main/resources/application-dev.properties b/axhub-tool-sms/src/main/resources/application-dev.properties index ae190f4..5c04386 100644 --- a/axhub-tool-sms/src/main/resources/application-dev.properties +++ b/axhub-tool-sms/src/main/resources/application-dev.properties @@ -1,3 +1,13 @@ # Render 클라우드 환경 전용 설정 axhub.gateway.url=https://axhub-gateway.onrender.com axhub.tool.url=https://axhub-tool-sms.onrender.com + +# EIMS 동적 라우팅 접속 정보 (Mock) +eims.http.url=http://localhost:${server.port}/api/gateway +eims.tcp.host=127.0.0.1 +eims.tcp.port=8090 +eims.tcp.timeout=5000 +eims.jsp.form.url=http://localhost:${server.port}/mock/jsp-form +eims.jsp.json.url=http://localhost:${server.port}/mock/jsp-json +eims.mci.url=http://localhost:${server.port}/api/mock/esb/api +eims.mcistring.url=http://localhost:${server.port}/api/mock/esb/string