只需要在 application.yml 中 在 url 之后加上 rewriteBatchedStatements=true 就可以了
spring: datasource: url: jdbc:mysql://localhost:3306/mybatis_plus?characterEncoding=utf-8&serverTimezone=UTC&rewriteBatchedStatements=true
京公网安备 11010502049817号