findByArticleIdAndId

abstract fun findByArticleIdAndId(articleId: Long, id: Long): Comment?

게시글 ID + 댓글 ID로 특정 댓글 조회

Return

댓글

Parameters

id

댓글 ID

articleId

게시글 ID