클래스 이름이 hibernate 자동 생성 키워드와 같을 시 발생하는 오류이다. 해결법은 spring.jpa.properties.hibernate.globally_quoted_identifiers=true을 application.properties에 추가해주면 된다.