From 16101322703ace1416f6cbc789bca944f33e8839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Mon, 24 Jun 2024 14:48:58 +0900 Subject: [PATCH] =?UTF-8?q?hibernate=20property=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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0e770f3..ed4e7f6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -37,7 +37,9 @@ spring: jpa: hibernate: ddl-auto: update - format_sql: true + properties: + hibernate: + format_sql: true show-sql: false database-platform: org.hibernate.dialect.H2Dialect thymeleaf: