From 7d1a358c1698b61615cfd457e49814e885dc773f Mon Sep 17 00:00:00 2001 From: Haeyul Date: Mon, 1 Dec 2025 14:01:47 +0900 Subject: [PATCH] =?UTF-8?q?RQB-3=20sql-show=20=EB=8D=B0=EC=9D=B4=ED=84=B0?= =?UTF-8?q?=20false=EB=A1=9C=20=ED=95=98=EC=97=AC=20=EB=A1=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=A4=84=EC=9D=B4=EA=B8=B0?= 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 6b21a82..19f989c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -11,7 +11,7 @@ spring: jpa: hibernate: ddl-auto: update - show-sql: true + show-sql: false properties: hibernate: format_sql: true