使用 - 图1

使用

MyBatis 中批量插入

  1. for + insert
  2. foreach(注意:要对 List 进行分片,MySQL 执行 sql 最大值)
  3. Mybatis batch模式