From 76ff9981655074b02f94e3809ea8a426ea211dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=20Quang=20Cuong/=28Le=20Quang=20Cuong=29/=ED=98=84?= =?UTF-8?q?=EC=9E=A5=EB=8C=80=EB=A6=AC=EC=9D=B8/SK?= <20074469@skcc.com> Date: Thu, 24 Jul 2025 17:24:02 +0900 Subject: [PATCH] init dev env --- pom.xml | 4 ++-- src/main/resources/application.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7a3a7ac..a256e7f 100644 --- a/pom.xml +++ b/pom.xml @@ -247,10 +247,10 @@ - + diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 841f397..a316213 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -18,10 +18,10 @@ spring: #local db db-type: oracle - serverIp: localhost - port: 1521 + serverIp: 218.237.212.51 + port: 30001 databaseName: free - username: LSITC + username: lsitc password: "ziin2117!"