From 8c78d17c9e2aafc8dbf9f8f50de62106ed2875ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=ED=98=84?= Date: Thu, 21 Dec 2023 02:23:22 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EB=B0=B0=ED=8F=AC=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=ED=8C=8C=EC=9D=BC=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 2ddb93fd..371d155a 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -17,9 +17,6 @@ spring: ddl-auto: create naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl - properties: - hibernate: - dialect: org.hibernate.dialect.MySQL5Dialect logging: level: '[org.springframework.boot.web]': INFO \ No newline at end of file