我出现的问题是You must configure either the server or JDBC driver (via the serverTimezone configuration property)
这是由于MySQL5.7使用高版本的连接桥后出现时区乱码的情况,然而红色字体的翻译大意:服务器的时区值”? ? ?你±e×? ?±? ?(乱码)“无法识别或代表多个时区。您必须配置服务器或JDBC驱动程序(通过serverTimezone配置属性)使用一个更具体的时区值如果你想利用时区支持。
解决办法:url改为jdbc:mysql://localhost:3306/xxx?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC