From 4e1ea58d1943e3f516975bc627418d01a84bd024 Mon Sep 17 00:00:00 2001 From: 326eunjin <326eunjin@naver.com> Date: Sun, 25 Feb 2024 01:38:54 +0900 Subject: [PATCH] =?UTF-8?q?[REFACTOR]application.yml=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.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4e5fa1a..990425a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -20,6 +20,7 @@ spring: jpa: hibernate: ddl-auto: update + dialect: org.hibernate.dialect.MySQL5InnoDBDialect properties: hibernate: show_sql: true