The server time zone value '�й���׼ʱ��' is unrecognized...mysql报错

添加

serverTimezone=UTC

例如:
spring:
  # 配置数据源
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://localhost:3306/mybatisplues?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC
    username: root
    password: 11212
    type: com.alibaba.druid.pool.DruidDataSource

 

posted @ 2020-02-10 00:55  Angry-rookie  阅读(95)  评论(0)    收藏  举报