Skip to content

Commit

Permalink
Ignore warning for empty hbm2ddl.auto since it's a valid option
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Nov 25, 2022
1 parent 963b42b commit 1a70ea8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<prop key="hibernate.dialect">org.hibernate.dialect.MySQL5InnoDBDialect</prop>
<prop key="hibernate.cache.query_cache_factory">org.hibernate.cache.StandardQueryCacheFactory</prop>
<!-- <prop key="hibernate.cache.region.factory_class">net.sf.ehcache.hibernate.EhCacheRegionFactory</prop> -->
<!--suppress SpringXmlModelInspection -->
<prop key="hibernate.hbm2ddl.auto">${gemma.hibernate.hbm2ddl.auto}</prop>
<prop key="hibernate.max_fetch_depth">${gemma.hibernate.max_fetch_depth}</prop>
<prop key="hibernate.jdbc.fetch_size">${gemma.hibernate.jdbc_fetch_size}</prop>
Expand Down

0 comments on commit 1a70ea8

Please sign in to comment.