MyBatis整合EHCache

来源:互联网 发布:手机网络信号检测软件 编辑:程序博客网 时间:2024/06/15 03:13

MyBatis整合EHCache
添加jar:

mybatis-ehcache-1.0.3

下载地址:http://download.csdn.net/detail/leisure_life/9853653

ehcache-core-2.6.11

下载地址:http://www.java2s.com/Code/Jar/e/Downloadehcachecorejar.htm

映射文件配置:
xxxMapper.xml

<cache type="org.mybatis.caches.ehcache.EhcacheCache"/>

端了人家的碗就得受人家的管,用了EHcache,还得整一个ehcache.xml文件,放在classpath路径下。

这个文件其实就在ehcache-core-2.6.11中,解压后

这里写图片描述,

拿出来,名字改成ehcache.xml就ok了

这里写图片描述

这就完成了,对比学习Hibernate的EHcache缓存环境搭建:http://blog.csdn.net/leisure_life/article/details/63686345

原创粉丝点击