连接数据库时 不加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.

原创文章 28 获赞 26 访问量 3382

猜你喜欢

转载自blog.csdn.net/Avril___/article/details/104585510
今日推荐