第一步添加二級緩存配置文件ehcachexml到項目的src目錄
ehcachexml文件可以在hibernatereleaseFinal\project\etc目錄下找到
第二步配置hibernatecfgxml文件
首先添加二級緩存支持
<property name=cacheuse_second_level_cache>true</property>
添加二級緩存服務提供類
<property name=cacheprovider_class>orghibernatecacheEhCacheProvider</property>
添加需要用到二級緩存的類
<classcache usage=readonly class=comstudybeanStudent/>
第三步添加commonsloggingjar不然會報錯