连接数据库时 不加serverTimezone=CTT会报错 java.sql.SQLException: The server time zone value(时区)

连接数据库时 不加serverTimezone=CTT会报错 java.sql.SQLException: The server time zone value(时区)

配置文件

spring:
  datasource:
    url: jdbc:mysql://localhost/XXX?characterEncoding=utf-8&useSSl=false&serverTimezone=CTT

报错情况如下

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 configuration property) to use a more specifc time zone value if you want to utilize time zone support.

你可能感兴趣的:(数据库连接)