MyBatis 缓存导致查询非最新数据问题 作者: Mr.Q 时间: 2020-12-08 分类: 开发&技术 评论 问题原因MyBatis 缓存导致查询非最新数据解决方法在 mapper 的 xml 标签中加入 flushCache="true" 和 useCache="false" 属性- 阅读剩余部分 -