Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

时间:2020-05-24 00:12:52   收藏:0   阅读:61

spring boot启动的时候,报了这个错误

发现很多都是让我们添加方言

例如:

database-platform: org.hibernate.dialect.OracleDialect

然而我发现问题根本不是这个

我在连接数据的url处添加了时区设置就不报错了

jdbc:mysql://localhost:3306/test?serverTimezone=UTC

 

原文:https://www.cnblogs.com/ABKing/p/12945094.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!