标签: hibernate mybatis
如何配置与配置文件中的Hibernate查询级缓存或缓存提供程序类似的MyBatis缓存
答案 0 :(得分:1)
您可以在xml声明之后将<cache/>放在xml文件的顶部。 这对我来说很好。
<cache/>