[Error] Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set 에러 발생
by 코박7Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
- spring boot 에서 JPA 연동 중 에러 발생.
원인
- 원인은 spring boot 실행 시 SQL 을 처리해줄수 있는 dialect 의 값이 제대로 설정이 되어있지 않아 나오는 오류라고 한다.
해결
spring.jpa.database={database}
- properties 에 위 코드를 작성해줘 해결되었다.
'에러' 카테고리의 다른 글
블로그의 정보
코딩박스
코박7