欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

springboot启动出现Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set

程序员文章站 2022-04-13 14:08:56
...

springboot启动出现Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set

用SpringData Jpa 集成hibernate遇到的坑
springboot高版本以上的url配置要改成:

spring.datasource.jdbc-url

springboot高版本的MySQL方言要改成:

org.hibernate.dialect.MYSQL5Dialect:新版本
org.hibernate.dialect.MYSQLDialect:旧版本