본문 바로가기

개발일지/오늘의 에러

스프링 부트 롬복 entity 관련에러: Caused by: org.hibernate.AnnotationException: No identifier specified for entity: XXXX....

스프링 부트 롬복 entity 관련에러: Caused by: org.hibernate.AnnotationException: No identifier specified for entity: XXXX....

에러가 발생

확인하였더니..

 

 

 

@Id annotation import를

 

org.springframework.data.annotation.Id;

 

에서

 

javax.persistence

 

로 변경해야 한다.