Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 시스템
- GPT-4's answer
- 자바암호
- Java
- 자바네트워크
- Database
- python
- oracle
- 유닉스
- 역학
- JVM
- 고전역학
- chatGPT's answer
- write by chatGPT
- 리눅스
- 뉴턴역학
- 소프트웨어공학
- 인프라
- NIO
- 웹 크롤링
- 파이썬
- write by GPT-4
- 자바
- kotlin
- android
- Spring boot
- 코틀린
- flet
- lombok
- GIT
Archives
- Today
- Total
목록Tasklet unit test (1)
728x90
Akashic Records
Spring Batch Tasklet 단위 테스트(Unit Test)
Spring Batch Tasklet 단위 테스트를 위해서는 Tasklet 구현체를 직접 호출하여 실행하고 결과를 검증할 수 있습니다. 아래 예제를 참고해주세요. 1. 먼저, 간단한 Tasklet 구현체를 작성합니다: import org.springframework.batch.core.ExitStatus; import org.springframework.batch.core.StepContribution; import org.springframework.batch.core.scope.context.ChunkContext; import org.springframework.batch.repeat.RepeatStatus; public class MyTasklet implements org.springframew..
Spring.io
2023. 4. 27. 15:28