@java.sql.SQLException: The server time zone value ‘Öйú±ê׼ʱ¼ä’ is unrecognized or represents more
@java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more

说实话,在我们做项目的时候,肯定会遇到各种各样的错误,遇到问题我们不要慌,因为这是很正常的,不写Bug的程序员不是号程序员,哈哈,调侃一下
遇到问题我们解决问题,一步一步来看
这个不需要找到我们MySQL的my.ini文件

@java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more
我们只需要在application.yml中加上&serverTimezone=GMT%2B8就可以解决
@java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more

相关文章:

  • 2022-12-23
  • 2022-02-12
  • 2021-11-15
  • 2021-08-17
  • 2022-12-23
  • 2022-01-24
猜你喜欢
  • 2021-04-04
  • 2021-05-27
  • 2021-04-29
  • 2021-09-16
  • 2022-12-23
相关资源
相似解决方案