findByAuthorId

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

작성자 ID로 게시글 조회 메소드

Parameters

authorId

작성자 ID

pageable

페이징 정보 객체