mirror of
https://github.com/TheWhiteDog9487/WebAPI.git
synced 2026-08-11 23:01:30 +08:00
关闭SQL打印
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user