只需要在db.properties配置文件中url后面加入
?&rewriteBatchedStatements=true
driverClassName=com.mysql.cj.jdbc.Driver
url=jdbc:mysql://localhost:3306/mydb3?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
username=root
password=123456
数据库配置文件详细参数。