이슈 해결

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

나는 유찌 2020. 11. 28. 23:47

Spring boot에 JPA 연동하는데 

'Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set' 라는 에러가 나왔다.

 

 

무엇이 잘못인가 하니 application-properties에 어떤 DB를 사용하는지 명시를 해주어야한다고 한다.

 

 

'spring.jpa.database=sql-server'

 

나는 MSSQL을 사용했기 때문에 이렇게 적어주었더니 해결되었다.

 

 

컨트롤 + 스페이스바 누르면 쫘르륵 나온다 !