关闭SQL打印

This commit is contained in:
2025-10-13 09:00:03 +08:00
parent 15d384fa6d
commit 33650f53e2
+1 -1
View File
@@ -10,7 +10,7 @@ spring:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
ddl-auto: update ddl-auto: update
database-platform: org.hibernate.community.dialect.SQLiteDialect database-platform: org.hibernate.community.dialect.SQLiteDialect
show-sql: true show-sql: false
properties: properties:
hibernate: hibernate:
format_sql: true format_sql: true