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