From f4e3c50caf4cde5fa8beb76cdf1f50dc2e7cc802 Mon Sep 17 00:00:00 2001 From: SEOJIN <uko802@ajou.ac.kr> Date: Mon, 17 Jul 2023 14:30:48 +0900 Subject: [PATCH] =?UTF-8?q?2=EC=B0=A8=20=ED=94=84=EB=A1=9C=ED=8D=BC?= =?UTF-8?q?=ED=8B=B0=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 44cb0bd..c15742b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,8 +6,8 @@ spring.datasource.username=root spring.datasource.password=uko802 #spring.jpa.database=shop -spring.datasource.username=root -spring.datasource.password=uko802 +# spring.datasource.username=root +# spring.datasource.password=uko802 # spring.datasource.driver-class-name=org.h2.Driver # # spring.datasource.url=jdbc:h2:mem:test -- GitLab