1.spring boot 整合mybatis 连接mysql时错误

The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one

2.解决:

jdbc:mysql://localhost:3306/new_schema?useSSL=false&serverTimezone=GMT%2B8

在地址后面加上

&serverTimezone=GMT%2B8
%2B是+号的意思,这个意思代表GMT+8(东八区).也就是北京时间

相关文章:

  • 2021-04-19
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2021-12-03
  • 2021-05-14
  • 2021-10-09
  • 2021-04-20
猜你喜欢
  • 2021-05-27
  • 2021-09-16
  • 2021-04-29
  • 2021-08-17
  • 2021-10-21
相关资源
相似解决方案