HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🍗
[New] 조규현팀
/
인스타뀨램
인스타뀨램
/
🌏
Issue
/
🥍
PostService → Response 가져가는거 다르게 추가 할건지?
🥍

PostService → Response 가져가는거 다르게 추가 할건지?

태그
Post
상태
완료
작성자
속성
Jun 21, 2022
notion image
  • PostService에서 PostLikeService의 메서드 호출 시 PostResponse를 파라미터로 넘김
  • PostLikeService 메서드에 Request하는 건데 파라미터 이름이 Response인게 괜찮은 건가?
<해결>
  • postService
notion image
  • postLikeService
notion image
  • 파라미터를 Long postId, Long memberId로 가져가면서 해결.
  • findById를 통한 값의 유무 검증은 postLikeService에서 existsPostLikeByPostIdAndMemberId(postId, memberId) 를 통해 함께 검증이 가능