-
Notifications
You must be signed in to change notification settings - Fork 0
[ Spring Batch ] > Spring Batch 알아보기 #9
Copy link
Copy link
Open
Labels
Description
Spring Batch 적용하기
Spring Batch 활성화
SpringBoot AutoConfiguration
- BatchAutoConfiguration [ Batch Launcher , DefaultBean add ]
- DefaultBatchConfiguration [ Batch 필요 Bean add ]
동작 관련
- JobLauncherApplicationRunner
- JobLauncher [ TaskExecutorJobLauncher, SimpleJobLauncher ]
- Job.Exectute [ AbstractJob ]
- AbstractJob.doExecute [ SimpleJob, FlowJob ]
Spring Batch Job
- SimpleJob
- FlowJob
Spring Batch ItemReader, ItemWriter
- ItemReader, ItemWriter
- File
- FlatFile
- Formatted
- Json
- Database
- JPA
- JDBC
- File
Spring Batch ItemProcessor
- ItemProcessor
- CustomItemProcessor
- CompositeItemProcessor
Reactions are currently unavailable