From 31dff6620367f5636923b910527485338be0e82e Mon Sep 17 00:00:00 2001 From: kimsuyeondev Date: Sat, 25 May 2024 15:23:31 +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 6f84a84..80d2dae 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://127.0.0.1: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&lower_case_table_names=1 spring.datasource.username=dev_1234 spring.datasource.password=1234