[java] jdbc连接数据库time_zone问题

mybatis版本是:3.4.1
mysql版本mysql-connection-java 6.0.2
原始config

jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/infocollect

报错time_zone问题
改为

jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/infocollect?serverTimezone=UTC&

你可能感兴趣的:(old)