본문 바로가기
노트/오류 노트

[오류 노트] : Could not find any META-INF/persistence.xml file in the classpath

by 오주현 2022. 4. 6.
반응형
문제

H2 데이터베이스로 JPA실습을 하려고 했는데 아래와 같은 오류로 Main 메서드가 실행이 안 되었다.

Could not find any META-INF/persistence.xml file in the classpath

 

해결

경로를 체크해 보면 되는데 실수로 META-INF를 META_INF로 만들었다.

경로를 잘 확인해 보자.

반응형

댓글