findByCreatedAtBetween

abstract fun findByCreatedAtBetween(createdAtStart: Instant, createdAtEnd: Instant): List<Article>

게시글 생성일자 범위로 조회하는 메소드