Spring boot에 JPA 연동하는데
'Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set' 라는 에러가 나왔다.
무엇이 잘못인가 하니 application-properties에 어떤 DB를 사용하는지 명시를 해주어야한다고 한다.
'spring.jpa.database=sql-server'
나는 MSSQL을 사용했기 때문에 이렇게 적어주었더니 해결되었다.
컨트롤 + 스페이스바 누르면 쫘르륵 나온다 !
'이슈 해결' 카테고리의 다른 글
Spring boot에서 'request header is too large' 해결. (0) | 2020.12.12 |
---|---|
[Error] jdbcUrl is required with driverClassName. (6) | 2020.02.24 |
[Error] ajax 사용 중 'JSON parse error: ~' (2) | 2020.02.22 |