如何解决遇到的The server time zone value ‘?й???????‘ is unrecognized or represents more than one time zone

       学习spring boot的小白遇到的问题

       原先代码有好几处其他的错误,改了好久其他错误改没了,现在又出现了 The server time zone value '?й???????' is unrecognized or represents more than one time zone。这个错误!!!

       找了好多方法找到了下面这个改动的地方,终于是改好了。

方法是:

在项目代码 url连接的数据库后面添加 ?serverTimezone=GMT 若要使用GMT+8时区,则改写为 ?serverTimezone=GMT%2B8

url 连接的数据库改动:

url: jdbc:mysql://127.0.0.1:3306/mall?serverTimezone=GMT%2B8

spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    username: root
    password: 350628hmh
    url: jdbc:mysql://127.0.0.1:3306/mall?serverTimezone=GMT%2B8

mybatis:
  configuration:
    map-underscore-to-camel-case: true

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值