getArticles

@Transactional(readOnly = true)
fun getArticles(keyword: String?, pageable: Pageable): Page<ArticleSummaryResponse>

게시글 전체 조회 메소드

Parameters

pageable

페이징 정보 객체

keyword

검색할 게시글 제목(null일 경우 전체 조회)