The server time zone value '�й���ʱ��' is unrecognized...mysql报错
添加
serverTimezone=UTC
例如:
spring: # 配置数据源 datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/mybatisplues?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC username: root password: 11212 type: com.alibaba.druid.pool.DruidDataSource

浙公网安备 33010602011771号