jpa配置相关 问题:Access to DialectResolutionInfo cannot be null when ‘hibernate.dialect’ not set 解决:yml或properties添加spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect