问题描述
- Spring和Mybatis整合如何使用Ehcache
-
Ehcache在SqlMapConfig.xml打开,在映射文件中配置
SqlSessionFactory又Spring管理。代码测试后发现没有使用Ehcache。
ehcache要在Spring中配置吗?
解决方案
http://blog.csdn.net/tzdwsy/article/details/47375483
要在Spring中配置,我是成功了
解决方案二:
Spring使用Cache、整合Ehcache
Mybatis中使用ehcache
时间: 2024-10-11 13:54:34