본문 바로가기

개발관련/error

[error] Failed to initialize JPA EntityManagerFactory: No identifier specified for entity

728x90

 

Problem 

 

Failed to initialize JPA EntityManagerFactory: No identifier specified for entity: com.url.web.entity.Member

 

cause

 

@Entity 선언 시 @Id 를 추가하지 않아 발생

 

resolving the problem

 

@Id 추가