develog

[jpa] Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set 본문

카테고리 없음

[jpa] Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

냐옴 2023. 11. 24. 14:11

 

에러

Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

 

applicaiton.yml 에 추가

spring:
  jpa:
    database: h2
    database-platform: org.hibernate.dialect.H2Dialect

 

Comments