spring boot 连接mysql 错误The server time zone value 'Öйú±ê×
Posted 随意的马蒂洛克
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot 连接mysql 错误The server time zone value 'Öйú±ê×相关的知识,希望对你有一定的参考价值。
1.spring boot 整合mybatis 连接mysql时错误
The server time zone value ‘?D1ú±ê×?ê±??‘ is unrecognized or represents more than one
2.解决:
jdbc:mysql://localhost:3306/new_schema?useSSL=false&serverTimezone=GMT%2B8
在地址后面加上
&serverTimezone=GMT%2B8
%2B是+号的意思,这个意思代表GMT+8(东八区).也就是北京时间
以上是关于spring boot 连接mysql 错误The server time zone value 'Öйú±ê×的主要内容,如果未能解决你的问题,请参考以下文章
Spring boot jpa mysql 连接数据库SSL错误
无法使用spring boot错误HTTP状态404连接mysql数据库请求的资源不可用