The server time zone value ‘�й���ʱ��‘ is unrecogni
在配置连接数据库的URL后面加上?serverTimezone=UTC ,如下:
jdbc:mysql://localhost:3306/teachsystem?serverTimezone=Asia/Shanghai
# 数据源配置 datasource: url: jdbc:mysql://127.0.0.1:3306/java?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai driver-class-name: com.mysql.cj.jdbc.Driver username: root # 数据库账号 password: root # 数据库密码