mybatis用mapper代理时 系统提示异常信息如下
原文如下:
Error querying database. Cause: java.sql.SQLException: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone.
翻译是:
The original and the following查询数据库错误。原因:java.sql.SQLException:服务器时区值无法识别或表示多个时区
解决办法是:
在mybatis核心配置文件中的url末端增加一个服务区时区说明,serverTimezonne=UTC