본문 바로가기
카테고리 없음

무한참조 에러

by moonstal 2022. 3. 21.

@JsonIgnoreProperties({"images"})

 

무한참조

Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: Infinite recursion (StackOverflowError); nested exception is com.fasterxml.jackson.databind.JsonMappingException: Infinite recursion (StackOverflowError) (through reference chain: org.hibernate.collection.internal.PersistentBag[0]->com.cos.photogramstart.domain.image.Image["likes"]->org.hibernate.collection.internal.PersistentBag[0]->com.cos.photogramstart.domain.likes.Likes["user"]->com.cos.photogramstart.domain.user.User["images"]->org.hibernate.collection.internal.PersistentBag[0]->com.cos.photogramstart.domain.image.Image["likes"]->org.hibernate.collection.internal.PersistentBag[0]->com.cos.photogramstart.domain.likes.Likes["user"]->com.cos.photogramstart.domain.user.User["images"]->org.hibernate.collection.internal.PersistentBag[0]->com.cos.photogramstart.domain.image.Image["likes"]->org.hibernate.collection.internal.PersistentBag[0]->com.cos.photogramstart.domain.likes.Likes["user"]->com.cos.photogramstart.domain.user.User["images"]->org.hibernate.collection.internal.PersistentBag[0]->