Disable SQL logging in Hibernate configuration

This commit is contained in:
Vincent Guillet
2025-05-15 15:25:05 +02:00
parent 0f8f09e0d7
commit 14d1264091

View File

@@ -14,7 +14,7 @@
<property name="hibernate.hbm2ddl.auto">update</property> <property name="hibernate.hbm2ddl.auto">update</property>
<property name="hibernate.show_sql">true</property> <property name="hibernate.show_sql">false</property>
<property name="hibernate.format_sql">true</property> <property name="hibernate.format_sql">true</property>
<mapping class="com.humanbooster.model.User"/> <mapping class="com.humanbooster.model.User"/>
<mapping class="com.humanbooster.model.Article"/> <mapping class="com.humanbooster.model.Article"/>