We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
게시글 삭제 : 이미지 , Tools, 등등 매핑되어 같이 생성되는 것들도 지우면서 삭제해야함 ( 지우는 순서도 중요할 듯 ) + Post id 에 해당하는 애들 repo 통해서 지우기만 하면 된다. (금방 가능함 , Service 쪽만 고치면 됨)
Image - Post 매핑 고치기 : 순환 참조 에러가 남. 근데 이거 찾아보니까 Lazy로 하면 순환참조 끊어준다고 한다 이 때문에 프로필에서 여러 게시글을 볼 때 에러가 남. / 이미지 URL도 넘겨줘야 한다고 들었음.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
게시글 삭제 : 이미지 , Tools, 등등 매핑되어 같이 생성되는 것들도 지우면서 삭제해야함 ( 지우는 순서도 중요할 듯 )
+ Post id 에 해당하는 애들 repo 통해서 지우기만 하면 된다.
(금방 가능함 , Service 쪽만 고치면 됨)
Image - Post 매핑 고치기 : 순환 참조 에러가 남. 근데 이거 찾아보니까 Lazy로 하면 순환참조 끊어준다고 한다
이 때문에 프로필에서 여러 게시글을 볼 때 에러가 남. / 이미지 URL도 넘겨줘야 한다고 들었음.
The text was updated successfully, but these errors were encountered: