From cb16b10ec14c09a77b0f80056a6cf56283a31636 Mon Sep 17 00:00:00 2001 From: yechan-kim <60172300+yechan-kim@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:10:39 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Ec2=EC=97=90=EC=84=9C=20=EC=95=A0?= =?UTF-8?q?=ED=94=8C=EB=A6=AC=EC=BC=80=EC=9D=B4=EC=85=98=EC=9D=B4=20?= =?UTF-8?q?=EC=8B=A4=ED=96=89=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=ED=98=84=EC=83=81=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-local.yaml | 2 +- src/main/resources/application.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-local.yaml b/src/main/resources/application-local.yaml index f16820e..fac1624 100644 --- a/src/main/resources/application-local.yaml +++ b/src/main/resources/application-local.yaml @@ -2,7 +2,7 @@ spring: datasource: url: jdbc:mysql://localhost:3306/commitato username: root - password: 1220 + password: driver-class-name: com.mysql.cj.jdbc.Driver jpa: show-sql: true diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 66f574e..543df73 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,3 +1,3 @@ spring: profiles: - default: local \ No newline at end of file + default: dev \ No newline at end of file