spring boot mybatis报错: The server time zone value ‘�й���׼ʱ��‘ is unrecognized

错误标识

The server time zone value ‘�й���׼ʱ��’ is unrecognized

 

解决的方法

1 降低mysql连接的版本

 
  1. <dependency>

  2. <groupId>mysql</groupId>

  3. <artifactId>mysql-connector-java</artifactId>

  4. <version>5.1.47</version>

  5. </dependency>

2 配置mysql连接时区

jdbc:mysql://localhost:3306/bk?serverTimezone=UTC