srpingBoot +mybatis 出现不能批量插入的问题,解决方法

datasource:
    initialSize: 10
    minIdle: 10
    maxActive: 50
    maxWait: 60000
    timeBetweenEvictionRunsMillis: 60000
    minEvictableIdleTimeMillis: 300000
    validationQuery: SELECT 1 FROM DUAL
    testWhileIdle: true
    testOnBorrow: false
    testOnReturn: false
    poolPreparedStatements: true
    maxPoolPreparedStatementPerConnectionSize: 20
    filters: stat,wall,log4j,config

删除选中的wall 就可以了

你可能感兴趣的:(srpingBoot +mybatis 出现不能批量插入的问题,解决方法)