Merge pull request #463 from patriot1burke/master

oops show-sql=false
This commit is contained in:
Bill Burke 2014-06-16 10:28:28 -04:00
commit bbf944a225

View file

@ -29,7 +29,7 @@
<property name="hibernate.connection.username" value="sa"/>
<property name="hibernate.connection.password" value=""/>
<property name="hibernate.hbm2ddl.auto" value="create-drop" />
<property name="hibernate.show_sql" value="true" />
<property name="hibernate.show_sql" value="false" />
<property name="hibernate.format_sql" value="true" />
</properties>
</persistence-unit>