SQL Error 1064 해결
클래스 이름이 hibernate 자동 생성 키워드와 같을 시 발생하는 오류이다.
해결법은 spring.jpa.properties.hibernate.globally_quoted_identifiers=true을 application.properties에 추가해주면 된다.
이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.
클래스 이름이 hibernate 자동 생성 키워드와 같을 시 발생하는 오류이다.
해결법은 spring.jpa.properties.hibernate.globally_quoted_identifiers=true을 application.properties에 추가해주면 된다.