Skip to content

Commit

Permalink
wer
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed Oct 31, 2023
1 parent dfec0eb commit 3c16aaa
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions logicaldoc-util/src/test/resources/context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,19 @@
<property name="mappingLocations">
<value>classpath*:mappings/*.hbm.xml</value>
</property>
<property name="hibernateProperties">
<props>
<prop key="hibernate.dialect"> ${hibernate.dialect}
</prop>
<prop key="hibernate.cache.use_second_level_cache"> true
</prop>
<prop key="hibernate.cache.region.factory_class"> ${hibernate.cache.factory}
<property name="hibernateProperties">
<props>
<prop key="hibernate.dialect">
org.hibernate.dialect.HSQLDialect
</prop>
<prop key="hibernate.cache.use_second_level_cache">
true
</prop>
<prop key="hibernate.cache.region.factory_class">
org.hibernate.cache.ehcache.EhCacheRegionFactory
</prop>
</props>
</property>
</props>
</property>
</bean>
<!--Transaction management -->
<bean id="TransactionManager"
Expand Down

0 comments on commit 3c16aaa

Please sign in to comment.