mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Disable showing sql statements.
This commit is contained in:
parent
90b7de7892
commit
58feb40b3c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<session-factory>
|
||||
<property name="hibernate.hbm2ddl.auto">update</property>
|
||||
<!-- Optional: Show SQL output for debugging -->
|
||||
<property name="hibernate.show_sql">true</property>
|
||||
<property name="hibernate.show_sql">false</property>
|
||||
<property name="hibernate.format_sql">true</property>
|
||||
|
||||
<property name="hibernate.connection.provider_class">org.hibernate.hikaricp.internal.HikariCPConnectionProvider</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue