为了账号安全,请及时绑定邮箱和手机立即绑定

尝试将 MySQL 服务器连接到 Spring Boot App STS 时出现多个错误

尝试将 MySQL 服务器连接到 Spring Boot App STS 时出现多个错误

守着一只汪 2021-12-30 17:10:24
我正在尝试使用 Spring Tool Suite 在 Spring Boot 中连接到 MySQL 服务器。即使我的数据库正在运行并创建了架构,我也会收到以下错误:WARN 44756 --- [  restartedMain] com.zaxxer.hikari.util.DriverDataSource  : Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.ERROR 44756 --- [  restartedMain] com.zaxxer.hikari.pool.HikariPool       : HikariPool-1 - Exception during pool initialization.WARN 44756 --- [  restartedMain] o.s.b.a.orm.jpa.DatabaseLookup           : Unable to determine jdbc url from datasourceWARN 44756 --- [  restartedMain] o.h.e.j.e.i.JdbcEnvironmentInitiator     : HHH000342: Could not obtain connection to query metadata : The server time zone value 'PDT' 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.WARN 44756 --- [  restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]我正在使用以下 application.properties:spring.datasource.url=jdbc:mysql://localhost:3306/book-schemaspring.datasource.username=root spring.datasource.password=root1234spring.datasource.driver-class-name=com.mysql.jdbc.Driverspring.jpa.hibernate.ddl-auto=update我不确定是什么导致了这个问题。
查看完整描述

1 回答

?
茅侃侃

TA贡献1842条经验 获得超22个赞

尝试添加如下时区。

spring.datasource.url=jdbc:mysql://localhost:3306/book-schema?serverTimezone=UTC

参考时区问题



查看完整回答
反对 回复 2021-12-30
  • 1 回答
  • 0 关注
  • 381 浏览

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号