반응형
Not a managed type: class 경로.Entity명
JPA를 사용하던 도중 위와 같은 에러가 발생하던데
원인을 확인해 보니 에러가 뜬 Entity에
@Entity를 추가하지 않아 에러가 발생한 거였더라
위 이미지와 같이
@Entity를 추가하고 나니 바로 해결이 되었다
반응형
'Error & Fix' 카테고리의 다른 글
JPA The given id must not be null! 에러 해결방법 (0) | 2022.01.10 |
---|---|
No enum constant enum명.값 해결방법 (1) | 2022.01.10 |
Invocation of init method failed; nested exception is java.lang.NullPointerException 해결방법 (0) | 2022.01.09 |
Mac OS Port 8080 was already in use 해결방법 (0) | 2021.12.14 |
스프링부트 JPA Cannot invoke "경로.Repository.findAll()" because "this.Repository" is null 해결방법 (1) | 2021.12.02 |
댓글