Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/djccnt15/study_spring_batch

배치 프로그래밍을 통한 java 연습
https://github.com/djccnt15/study_spring_batch

Last synced: 25 days ago
JSON representation

배치 프로그래밍을 통한 java 연습

Awesome Lists containing this project

README

        

# study_spring_batch

spring batch 활용 연습

## Program Arguments sample

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

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

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

```
targetDate=20231128
```