portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.application
/
ArticleReaderService
/
getArticles
get
Articles
@
Transactional
(
readOnly
=
true
)
fun
getArticles
(
keyword
:
String
?
,
pageable
:
Pageable
)
:
Page
<
ArticleSummaryResponse
>
게시글 전체 조회 메소드
Parameters
pageable
페이징 정보 객체
keyword
검색할 게시글 제목(null일 경우 전체 조회)