我使用的相应jar文件如下:
配置是这样的:
<prop key="hibernate.cache.provider_class">org.hibernate.cache.EhCacheProvider</prop>
<prop key="hibernate.cache.region.factory_class">org.hibernate.cache.ehcache.EhCacheRegionFactory</prop>
<prop key="hibernate.cache.use_second_level_cache" >true</prop>
<prop key="hibernate.cache.use_query_cache">true</prop>
<prop key="net.sf.ehcache.configurationResourceName">/ehcache.xml</prop>
Run Code Online (Sandbox Code Playgroud)
我收到这样的错误:
java.lang.NoClassDefFoundError:net/sf/ehcache/CacheException
帮我解决这个问题.