如何设置mysql服务器时区

时间:2019-04-26 21:29:22

标签: mysql spring spring-boot jdbc

你好。我正在运行将引发错误

的Spring Boot应用程序
  

服务器时区值'Horaestándaroeste,Sudaméri'是   无法识别或代表多个时区。您必须配置   服务器或JDBC驱动程序

当我尝试运行应用程序时抛出此错误。经过一番谷歌搜索后,我将MySQL语言更新为#8,并且对Maven的Hibernate依赖没有成功。也许您的专家可以帮助我。

我的application.properties:

   spring.datasource.url=jdbc:mysql://localhost:3306/user_worker
    spring.datasource.username=root
    spring.datasource.password=Anderson1
    spring.datasource.testWhileIdle=true
    spring.datasource.tomcat.validation-query=Select 1
    spring.jpa.show-sql=true
    spring.jpa.hibernate.ddl-auto=update
    spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect

我的pom.xml

我使用MySQL Workbench创建服务器,并且已经尝试将默认时区更改为UTC-04:00,这是我在MySQL Workbench中的时区,但也没有起作用。一些帮助将不胜感激。预先感谢

0 个答案:

没有答案