Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djccnt15/study_spring_batch
배치 프로그래밍을 통한 java 연습
https://github.com/djccnt15/study_spring_batch
Last synced: 25 days ago
JSON representation
배치 프로그래밍을 통한 java 연습
- Host: GitHub
- URL: https://github.com/djccnt15/study_spring_batch
- Owner: djccnt15
- License: mit
- Created: 2023-11-02T15:12:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T15:18:25.000Z (about 1 year ago)
- Last Synced: 2023-12-10T16:27:21.336Z (about 1 year ago)
- Language: Java
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# study_spring_batch
spring batch 활용 연습
## Program Arguments sample
- ApiOrderGenerate Batch
- 샘플 데이터 생성용 배치```
totalCount=10000 targetDate=20231128
```- SettleDetail Batch
- 일일 데이터 정산 배치```
targetDate=20231128
```