From dd5e2724b8cbdc3e286730f0aac605a626d3cc0e Mon Sep 17 00:00:00 2001 From: GiHwan2 Date: Sat, 28 Sep 2024 14:48:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20database=20username=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 763c5fc..5f873bc 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ spring.application.name=floating # MySQL ?? spring.datasource.url=jdbc:mysql://localhost:3306/floating -spring.datasource.username=root +spring.datasource.username=user spring.datasource.password=12345678 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver