java.sql.SQLException:服务器时区值'Öйú±ê׼ʱ¼ä'无法识别或表示更多
找到application.yml,在spring.datasource.url后加上serverTimezone=UTC
?serverTimezone=UTC
列:
spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/easy?serverTimezone=UTC
username: root
password: 123456