com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: The server time zone
6.0+以上版本 会出现以上错误 时区不同步错误
解决方案 在 url 里添加 serverTimezone=Asia/Shanghai
例子:jdbc:mysql:///seckill?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
我也是在网上找到的 详见http://www.jb51.net/article/121952.htm