美文网首页错题集
springboot整合mybatis出现了异常:com.mys

springboot整合mybatis出现了异常:com.mys

作者: NisyCoding | 来源:发表于2020-03-27 12:58 被阅读0次
异常如下:

com.mysql.cj.exceptions.InvalidConnectionAttributeException:The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the 'serverTimezone' configuration property) to use a more specifc time zone value if you want to utilize time zone support.

1585284839(1).png
问题描述:

mysql识别时区出现了问题,我们没有指定时区.

问题解决:

需要在配置DB中url后面加上“&serverTimezone=UTC”.

相关文章

网友评论

    本文标题:springboot整合mybatis出现了异常:com.mys

    本文链接:https://www.haomeiwen.com/subject/ymdluhtx.html