본문 바로가기
개발/Spring

[JPA] No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call

by 상용최 2020. 2. 17.
반응형

삭제를 수행하다보면 위와같은 오류가뜨면서 삭제가 되지않는다.

해결법 : 삭제를 수행할 메소드 위에 @Transactional 어노테이션을 붙여준다.

 

반응형

댓글