Skip to content

bjx2130/batchInsert_mybatis-hibernate-JPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mybatis hibernate JPA 三种方式批量插入数据

jdbc.url=jdbc:mysql://192.168.56.1:3306/mybatisTest?characterEncoding=UTF-8&rewriteBatchedStatements=true
注意:
      1.乱码问题:characterEncoding=UTF-8
      2.批量插入:rewriteBatchedStatements=true

About

mybatis hibernate JPA 三种方式批量插入数据

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published