findByAuthorId

abstract fun findByAuthorId(authorId: Long, pageable: Pageable): Page<Comment>

작성자 ID로 댓글 조회

Return

댓글 리스트

Parameters

authorId

작성자 ID

pageable

페이징 정보 객체