Puts persistence.xml in production mode: validate

parent 375870fb
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<property name="javax.persistence.jdbc.url" value="jdbc:mysql://localhost:3306/si" /> <property name="javax.persistence.jdbc.url" value="jdbc:mysql://localhost:3306/si" />
<property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5InnoDBDialect" /> <property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5InnoDBDialect" />
<property name="hibernate.max_fetch_depth" value="3" /> <property name="hibernate.max_fetch_depth" value="3" />
<property name="hibernate.hbm2ddl.auto" value="create" /> <property name="hibernate.hbm2ddl.auto" value="validate" />
<property name="hibernate.show_sql" value="true" /> <property name="hibernate.show_sql" value="true" />
<property name="hibernate.format_sql" value="true" /> <property name="hibernate.format_sql" value="true" />
<property name="hibernate.use_sql_comments" value="true" /> <property name="hibernate.use_sql_comments" value="true" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment