JPA 사용 시
Invocation of init method failed;
nested exception is java.lang.IllegalArgumentException: Not a managed type:
에러 발생
해결방법
해당 class에 @Entity 어노테이션 추가
참고 :
https://wakestand.tistory.com/742
'Spring' 카테고리의 다른 글
[IntelliJ/Spring] 단축키 모음 (0) | 2023.08.27 |
---|---|
[Spring/Error] ids for this class must be manually assigned before calling save(): (0) | 2023.02.01 |
[Spring] JPA Querydsl 사용하기 (group_concat 함수) (1) | 2022.10.19 |
[Spring] JPA Querydsl Unsupported expression (0) | 2022.10.09 |
[Spring + React] react input 데이터 springboot Controller 로 전달하기 (0) | 2022.09.05 |
댓글