From 3934658a3ef4bb5d63001db9824ff1d9ba54fec5 Mon Sep 17 00:00:00 2001 From: jihwan2da Date: Thu, 31 Aug 2023 15:50:17 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20yml=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f2f10b31..ccd8eb53 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -13,7 +13,7 @@ spring: ddl-auto: none naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl - show-sql: true + show-sql: ${SHOW_SQL} properties: hibernate: dialect: org.hibernate.dialect.MySQL57Dialect