Wen don't want to recreate the schema every time

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-04-28 16:43:10 +02:00
parent a731bd9967
commit e712f46e3b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<property name="show_sql">true</property>
<!-- Drop and re-create the database schema on startup -->
<property name="hbm2ddl.auto">create</property>
<!--<property name="hbm2ddl.auto">create</property>-->
<mapping resource="de/dis2013/data/mapping/Person.hbm.xml" />
<mapping resource="de/dis2013/data/mapping/Makler.hbm.xml" />