From 3c7d0a7578af35b2c755b0a684b2fc7cba8074b3 Mon Sep 17 00:00:00 2001 From: kimsuyeondev Date: Wed, 22 May 2024 23:54:45 +0900 Subject: [PATCH] =?UTF-8?q?#30=20mysql=20=EC=84=A4=EC=A0=95=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module-domain/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-domain/src/main/resources/application.properties b/module-domain/src/main/resources/application.properties index 9e19e06..6f84a84 100644 --- a/module-domain/src/main/resources/application.properties +++ b/module-domain/src/main/resources/application.properties @@ -1,5 +1,5 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://localhost:3306/mysqldb?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul +spring.datasource.url=jdbc:mysql://127.0.0.1:3306/mysqldb?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul spring.datasource.username=dev_1234 spring.datasource.password=1234