From 1e70aae011995c651b629efc31ca68c5fedbf282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=83=81=EB=8C=80?= Date: Fri, 10 Dec 2021 11:01:12 +0900 Subject: [PATCH] =?UTF-8?q?#4=20REST=20API=20=EA=B0=9C=EB=B0=9C=ED=99=98?= =?UTF-8?q?=EA=B2=BD=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config/context-datasource.xml | 7 +++++-- src/main/resources/property/dev-config.properties | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/resources/config/context-datasource.xml b/src/main/resources/config/context-datasource.xml index 6eb70d2..52c1c39 100644 --- a/src/main/resources/config/context-datasource.xml +++ b/src/main/resources/config/context-datasource.xml @@ -7,11 +7,14 @@ - + + + + - + diff --git a/src/main/resources/property/dev-config.properties b/src/main/resources/property/dev-config.properties index 3221641..3bba6f8 100644 --- a/src/main/resources/property/dev-config.properties +++ b/src/main/resources/property/dev-config.properties @@ -1,7 +1,7 @@ ## MariaDB 설정 #db.driver=org.mariadb.jdbc.Driver (운영) db.driver=net.sf.log4jdbc.sql.jdbcapi.DriverSpy -db.url=jdbc:log4jdbc:mariadb://20.194.23.75:4406/infection?serverTimezone=UTC&autoReconnect=true +db.url=jdbc:log4jdbc:mariadb://210.116.119.130:3306/infection?serverTimezone=UTC&autoReconnect=true db.username=infection db.password=ixzHKBlFuBJ0i%2FbZqhIBmw%3D%3D