Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection

当尝试使用Spring Boot连接MySQL8时遇到org.springframework.jdbc.CannotGetJdbcConnectionException异常,原因是未设置正确的时区。解决方法是在配置中添加时区设置。此外,由于Spring Boot默认使用MySQL8驱动,可能还需要进一步调整相关配置。
摘要由CSDN通过智能技术生成

一、问题

Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: 
Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: 
The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. 

二、解决

原因:MySQL8要求必须设置时区

解决方案:

加上红色框里的值,设置时区
在这里插入图片描述
在这里插入图片描述

三、扩展

因为使用springboot,它强制将驱动设置成了MySQL8的,所以可能还会有一个建议:

Loading class `com.mysql.jdbc.Driver'. This is deprecated. 
The new driver class is `com.mysql.cj.jdbc.Driver'. 
The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

解决方案:
在这里插入图片描述

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值