Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set 解决了
jpa:
database: MYSQL
show-sql: true
hibernate:
ddl-auto: update
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL5Dialect