From b27b78bf26d21b397e8cefd1604e34202f2325eb Mon Sep 17 00:00:00 2001 From: kang yeon joo Date: Tue, 7 May 2024 22:26:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20please=20set=20'javax.persistence.jdbc.u?= =?UTF-8?q?rl',=20'hibernate.connection.url',=20or=20'hibernate.dialect'?= =?UTF-8?q?=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0=20=EC=8B=9C=EB=8F=84?= 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 0411b54..4ebb8bc 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -62,6 +62,7 @@ spring: hibernate: format_sql: true show_sql: true + dialect: org.hibernate.dialect.MySQLDialect servlet: multipart: max-file-size: 100MB