MyBatis-plus批量写入数据方法saveBatch速度很慢原因排查

56 阅读1分钟

批量执行的话,JDBC连接URL字符串中需要新增一个参数:rewriteBatchedStatements=true

blog.csdn.net/chengpei147…

blog.csdn.net/qq_34283987…