SpringBoot使用新版本mysql的jdbc驱动时报时区问题

一、问题描述

在使用SpringBoot集成Jpa时,引入了mysql的链接驱动依赖,SpringBoot的默认版本是2.2.2.RELEASE,其mysql的版本默认是8.0.18,启动项目报错,项目配置如下:
SpringBoot使用新版本mysql的jdbc驱动时报时区问题_第1张图片
其application.yml配置如下:
SpringBoot使用新版本mysql的jdbc驱动时报时区问题_第2张图片

二、启动报错

启动项目报错,原因是时间区域时差问题:

java.sql.SQLException: The server time zone value ‘�й���׼ʱ��’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configu

你可能感兴趣的:(#)