springboot整合mybatis使用一级缓存

参考: https://blog.csdn.net/HelloWorld20161112/article/details/136262676 MyBatis一级缓存的作用域是同一个SqlSession,在同一个SqlSession中执行两次相同的查询,第一次执行完毕后,Mybatis会将查询到的数据


深入剖析MyBatis缓存机制

参考: https://zhuanlan.zhihu.com/p/678917327 为什么?Mybatis的一级和二级缓存都不建议使用? https://www.jianshu.com/p/2e439cba07fa https://www.bilibili.com/video/BV1Px4y1n7


mybatis批量更新

参考: https://blog.csdn.net/qq_16992475/article/details/139633631 https://blog.csdn.net/zk673820543/article/details/106579809/ 记得修改配置,增加rewriteBat


mybatis批量插入

参考: https://blog.csdn.net/qq_45525848/article/details/137725872 前提:使用for循环+insert单条插入1W条用时26348ms 四、MyBatis以集合方式批量新增 1、编写UserService服务类 @Service publi


springboot+mybatis+redis实现二级缓存

参考: https://blog.csdn.net/mingshen3/article/details/88996514 https://zhuanlan.zhihu.com/p/591469176 一、MyBatis缓存机制 Mybatis 提供了查询缓存来缓存数据,以提高查询效率。缓存级别分为一