In a Spring Batch proof-of-concept (POC), the objective is to retrieve user information from a CSV file and efficiently insert it into a database in manageable chunks
βββ java
βΒ Β βββ com
βΒ Β βββ zim0101
βΒ Β βββ springbatchpoc
βΒ Β βββ config
βΒ Β βββ controller
βΒ Β βΒ Β βββ JobController.java
βΒ Β βββ job
βΒ Β βΒ Β βββ import_user
βΒ Β βΒ Β βββ ImportUserBatchConfig.java
βΒ Β βΒ Β βββ UserItemProcessor.java
βΒ Β βΒ Β βββ UserItemWriter.java
βΒ Β βββ model
βΒ Β βΒ Β βββ User.java
βΒ Β βββ repository
βΒ Β βΒ Β βββ UserRepository.java
βΒ Β βββ SpringBatchPocApplication.java
βββ resources
βββ application.properties
βββ csv_imports
βΒ Β βββ data.csv
βββ static
βββ templates
βββ job.html