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
2017-11-03
我這邊配置了,但還是報錯
