An open API service indexing awesome lists of open source software.

https://github.com/djccnt15/study_spring_batch

spring batch 활용 연습
https://github.com/djccnt15/study_spring_batch

java spring spring-batch spring-boot

Last synced: 11 months ago
JSON representation

spring batch 활용 연습

Awesome Lists containing this project

README

          

# study_spring_batch

spring batch 활용 연습

## Program Arguments sample

- ApiOrderGenerate Batch
- 샘플 데이터 생성용 배치

```
totalCount=10000 targetDate=20231128
```

- SettleDetail Batch
- 일일 데이터 정산 배치

```
targetDate=20231128
```