解决IDEA错误 Cause: java.sql.SQLException: The server time zone value的问题
韦恩少爷的背 人气:0本文着重讲解了解决IDEA错误 Cause: java.sql.SQLException: The server time zone value的问题,本文为大家做详细介绍,希望能够帮助到您,欢迎大家阅读和收藏
在我们配置文件的时候 运行会报The server time zone的错
Cause: java.sql.SQLException: The server time zone value
错误源头
解决办法
添加如下的代码
不要忘了有?
?serverTimezone=Asia/Shanghai
再次运行即可
总结
加载全部内容