美文网首页
SpringBoot启动报错:The server time z

SpringBoot启动报错:The server time z

作者: 善良的玫瑰 | 来源:发表于2018-11-21 16:58 被阅读21次
报错如图

解决方法:

mysql默认服务器时区问题:修改jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf-8为jdbc:mysql://localhost:3306/test?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8

相关文章

网友评论

      本文标题:SpringBoot启动报错:The server time z

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