From 027ff44c7dea6fc8de7abba156516f9579e0a1ed Mon Sep 17 00:00:00 2001 From: urp Date: Fri, 15 May 2026 16:16:25 +0900 Subject: [PATCH] =?UTF-8?q?=ED=99=98=EA=B2=BD=ED=8C=8C=EC=9D=BC=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-infra_server.yml | 4 +++- src/main/resources/application-kordi.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-infra_server.yml b/src/main/resources/application-infra_server.yml index a14254f4..1b2c15f4 100644 --- a/src/main/resources/application-infra_server.yml +++ b/src/main/resources/application-infra_server.yml @@ -1,3 +1,5 @@ + # URP 인프라 형상서버 + # Service port server: port: 11000 @@ -11,7 +13,7 @@ # Primary db information primarydb: driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy - jdbcUrl: jdbc:log4jdbc:mariadb://109.26.11.21:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true + jdbcUrl: jdbc:log4jdbc:mariadb://109.26.11.21:3307/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true username: g9IwFesTyIloXVpUnfOX0g== password: E4SOtjDqqO79BQERc/eaTw== maximumPoolSize: 35 diff --git a/src/main/resources/application-kordi.yml b/src/main/resources/application-kordi.yml index d8e4da80..58a04759 100644 --- a/src/main/resources/application-kordi.yml +++ b/src/main/resources/application-kordi.yml @@ -1,3 +1,5 @@ + # 노인인력개발원 + # Service port server: port: 11000