From a45964734f10d0bdae09d660ff7d3acd45b56173 Mon Sep 17 00:00:00 2001 From: Ha Yeong Woo <ywha0929@ajou.ac.kr> Date: Mon, 24 Jul 2023 12:02:02 +0900 Subject: [PATCH] webdv to webdev --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 92384b2..818e9ad 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ server.port = 8098 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://210.107.196.163:40798/webdv?useSSL=false&useUnicode=true&serverTimezone=Asia/Seoul +spring.datasource.url=jdbc:mysql://210.107.196.163:40798/webdev?useSSL=false&useUnicode=true&serverTimezone=Asia/Seoul spring.datasource.username=root spring.datasource.password=ywha0929 -- GitLab