首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

hibernate缓存错误:Could not instantiate cache implementation

2012-09-04 
hibernate缓存异常:Could not instantiate cache implementation在hibernate配置文件或者spring配置文件里

hibernate缓存异常:Could not instantiate cache implementation
在hibernate配置文件或者spring配置文件里加入hibernate缓存配置:
<property name="hibernate.cache.provider_class">org.hibernate.cache.EhCacheProvider</property>
<property name="hibernate.cache.use_second_level_cache">false</property>
<property name="hibernate.cache.use_query_cache">false</property>

热点排行