标签:use prope ber -o only -- HERE nfa 引入
<!-- 开启 Hibernate 的二级缓存 -->
<property name="hibernate.cache.use_second_level_cache">true</property>
<!-- 引入 EhCache 的工具 -->
<property name="hibernate.cache.region.factory_class">org.hibernate. cache.ehcache.EhCacheRegionFactory</property>
<class-cache class="com.gec.domain.Employee" usage="read-only" />
标签:use prope ber -o only -- HERE nfa 引入
原文地址:https://www.cnblogs.com/Y-wee/p/13804444.html