Error creating bean with name 'entityManagerFactory' defined in class path resource 오류

JEONG SUJIN·2023년 1월 19일
0

개발 에러모음집

목록 보기
3/5

pom.xml 이랑 스키마도 생성하고 디비연결도 됐는데 엔티티 생성 후
jpa 테이블이 생성이 안되는 오류.. 확인해봤더니

entity에서 id값 import를 잘못한거였다.

import org.springframework.data.annotation.Id; 이게아니라
import javax.persistence.Id; 이걸로 했더니 오류 해결!!

profile
기록하기

0개의 댓글