jpa配置相关
问题:Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set
解决:yml或properties添加spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
版权声明:本文为zhanshenzhi2008原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
问题:Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set
解决:yml或properties添加spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect