From 33650f53e2835ef6b4522288219f6b04cb46d7fe Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Mon, 13 Oct 2025 09:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADSQL=E6=89=93=E5=8D=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 b46e5f2..27b2be0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -10,7 +10,7 @@ spring: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl ddl-auto: update database-platform: org.hibernate.community.dialect.SQLiteDialect - show-sql: true + show-sql: false properties: hibernate: format_sql: true