refactor code structure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-07 00:46:27 +02:00
parent 36c9f4f188
commit c7003c1d02
8 changed files with 22 additions and 17 deletions

View File

@@ -22,7 +22,7 @@
<property name="hibernate.hbm2ddl.auto">update</property>
<!-- Annotated entity classes -->
<mapping class="wtf.beatrice.releasehive.User"/>
<mapping class="wtf.beatrice.releasehive.model.User"/>
</session-factory>
</hibernate-configuration>