문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
wiki:springboot:springbootbatch:object_definitions [2020/08/27 23:02] hylee |
wiki:springboot:springbootbatch:object_definitions [2023/01/13 18:44] (현재) |
||
---|---|---|---|
줄 1: | 줄 1: | ||
- | ====== Spring Boot Batch Domain Object Definitions====== | + | ====== Spring Boot Batch 용어 정의 |
<WRAP left notice 80%> | <WRAP left notice 80%> | ||
* description : Spring Boot Batch Object 정의 및 설명 | * description : Spring Boot Batch Object 정의 및 설명 | ||
줄 21: | 줄 21: | ||
* 플랫 파일이나, | * 플랫 파일이나, | ||
- | * | + | |
> ItemProcess\\ | > ItemProcess\\ | ||
* 읽어 드린 파일을 가공 할 때 | * 읽어 드린 파일을 가공 할 때 | ||
- | * | + | |
> ItemWriter\\ | > ItemWriter\\ | ||
* 가공한 파일을 최종적으로 저장(Output) 할 때 | * 가공한 파일을 최종적으로 저장(Output) 할 때 | ||
- | |||
- | |||
- | |||
- | \\ | ||
- | ==== ==== | ||
- | |||
- | \\ | ||
- | ==== ==== | ||
- | |||
- | \\ | ||
- | ==== ==== | ||
- | |||
- | \\ | ||
- | ==== ==== | ||
- | |||
\\ | \\ | ||
- | ==== ==== | + | ==== JobRepository |
+ | JobRepository 는 JobLanuchar, | ||
+ | Job, | ||
\\ | \\ | ||
- | ==== ==== | + | ==== Tasklet |
+ | Step을 정의할때 input/ | ||
+ | Tasklet은 Step 안에서 단일로 수행될 커스텀한 기능을 선언할 때 사용함 | ||
\\ | \\ | ||
+ | {{tag> | ||