Skip to content

Commit

Permalink
Merge pull request #181 from terasolunaorg/issues/168_change-default-…
Browse files Browse the repository at this point in the history
…value-hibernate.hbm2ddl.auto-5.0.x

#168: Change default value of 'hibernate.hbm2ddl.auto' ('none' -> '')
  • Loading branch information
making committed Oct 30, 2015
2 parents 117f427 + 559ea30 commit 080bad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<property name="jpaVendorAdapter" ref="jpaVendorAdapter" />
<property name="jpaPropertyMap">
<util:map>
<entry key="hibernate.hbm2ddl.auto" value="none" />
<entry key="hibernate.hbm2ddl.auto" value="" />
<entry key="hibernate.ejb.naming_strategy"
value="org.hibernate.cfg.ImprovedNamingStrategy" />
<entry key="hibernate.connection.charSet" value="UTF-8" />
Expand Down

0 comments on commit 080bad1

Please sign in to comment.