在使用SpringBoot
集成Jpa
时,引入了mysql
的链接驱动依赖,SpringBoot
的默认版本是2.2.2.RELEASE
,其mysql
的版本默认是8.0.18
,启动项目报错,项目配置如下:
其application.yml配置如下:
启动项目报错,原因是时间区域时差问题:
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