The Server time zone value ‘�й���׼ʱ��’ is unrecognized or represents more than one time zone

(1)前端请求拿不到数据,报500错误
The Server time zone value ‘�й���׼ʱ��’ is unrecognized or represents more than one time zone_第1张图片
(2)后端报错部分信息
The Server time zone value ‘�й���׼ʱ��’ is unrecognized or represents more than one time zone_第2张图片
(3)解决方案
在IntelliJ IDEA中使用mybatis-generator时,配置过plugin后,尝试run,此时出现The Server time zone value ‘�й���׼ʱ��’ is unrecognized or represents more than one time zone的Exception,原因是当前使用的mysql版本6.0.6驱动过高,且没有配置过time_zone导致,解决办法如下:

没修改前
在这里插入图片描述
修改后
在这里插入图片描述

?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8

你可能感兴趣的:(springboot,spring,java,spring)