解决IDEA错误 Cause: java.sql.SQLException: The server time zone value的问题

来自:网络
时间:2020-11-04
阅读:

在我们配置文件的时候 运行会报The server time zone的错

Cause: java.sql.SQLException: The server time zone value

错误源头

解决IDEA错误 Cause: java.sql.SQLException: The server time zone value的问题

解决办法

添加如下的代码
不要忘了有?

?serverTimezone=Asia/Shanghai

解决IDEA错误 Cause: java.sql.SQLException: The server time zone value的问题

再次运行即可

总结

返回顶部
顶部