@[TOC]( Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate (default-cli) on project cchspringboot: The server time zone value ‘Öйú±ê׼ʱ¼ä’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. -> [Help 1]
)

Spring boot generator 出错

Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate (default-cli) on project cchspringboot: The server time zone value ‘Öйú±ê׼ʱ¼ä’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. -> [Help 1]

翻译
服务器时区值”Oйu±e×e±¼¼的识别或代表多个时区。如果希望利用时区支持,必须配置服务器或JDBC驱动程序(通过serverTimezone配置属性)以使用更特殊的时区值。

解决方法:

Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate (default-

解决步骤

  1. 打开cmd 输入mysql -uroot -p
  2. 输入你的数据库密码
  3. set global time_zone=’+8:00’; //设置时区

相关文章:

  • 2022-12-23
  • 2021-11-18
  • 2021-04-03
  • 2021-09-29
  • 2021-09-13
  • 2022-01-12
  • 2022-12-23
  • 2021-06-10
猜你喜欢
  • 2021-09-25
  • 2021-04-03
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-16
相关资源
相似解决方案