ECI теги обновлены, обновлен логинг hibernate

This commit is contained in:
RoyceDa
2026-02-02 05:22:06 +02:00
parent 14a8615746
commit b755f33e96
11 changed files with 8 additions and 7 deletions

View File

@@ -8,8 +8,6 @@
<property name="hibernate.connection.password">your_password</property>
<property name="hibernate.hbm2ddl.auto">update</property>
<property name="hibernate.show_sql">true</property>
<property name="hibernate.format_sql">true</property>
<!--Зарегистрированные таблицы-->
<mapping class="com.rosetta.im.database.entity.User"/>