Skip to content
Snippets Groups Projects
Commit ed194c17 authored by Falucho's avatar Falucho
Browse files

Error persistencia

parent 358e4547
No related branches found
No related tags found
No related merge requests found
Pipeline #6613 passed with warnings
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
<properties> <properties>
<!-- Properties for Hibernate --> <!-- Properties for Hibernate -->
<!-- <property name="hibernate.connection.driver_class" value="org.h2.Driver"/> --> <!-- <property name="hibernate.connection.driver_class" value="org.h2.Driver"/> -->
<property name="hibernate.hbm2ddl.auto" value="update"/> <!-- <property name="hibernate.hbm2ddl.auto" value="update"/>-->
<!-- <property name="hibernate.hbm2ddl.auto" value="create-drop"/> --> <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
<property name="hibernate.show_sql" value="false"/> <property name="hibernate.show_sql" value="false"/>
</properties> </properties>
</persistence-unit> </persistence-unit>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment