Hibernate学习笔记之EHCache的配置
摘要:
Hibernate默认二级缓存是不启动的,启动二级缓存(以EHCache为例)需要以下步骤:1、添加相关的包:Ehcache.jar和commons-logging.jar,如果hibernate.jar中含有ehcache就不用添加Ehcache.jar,commons-logging.jar是用... 阅读全文
posted @ 2015-05-25 09:34 nickTimer 阅读(393) 评论(0) 推荐(0) 编辑