关闭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
ddl-auto: update
database-platform: org.hibernate.community.dialect.SQLiteDialect
show-sql: true
show-sql: false
properties:
hibernate:
format_sql: true