[TIL-20260124] Spring Batch Reader ๊ตฌํ
ยท
Today I Learned ๐ง
๐ฉ๐ป๐ป Today I Lean ...Kotlin/Spring ์ ์ฐ ์์คํ
ํํธ ๊ฐ์์์ Reader ๊ตฌํ ๋ด์ฉ์ ๋ณต์ตํ๋ค. Reader ๊ตฌํ @Configurationclass DeliveryCompletedItemReaderConfig { companion object { const val CHUNK_SIZE = 500 fun getStartDateTime(): ZonedDateTime = ZonedDateTime.of(LocalDate.now(), LocalTime.MIN, ZoneId.of("Asia/Seoul")) fun getEndDateTime(): ZonedDateTime = ZonedDateTime...