Spring batch data loading mysql(develop) is the implementation that the project contains.
- Spring Batch
- Lombok
- Spring Data JPA
- mySQL connector
- Spring Batch Test
- Build the jar file
mvn clean install- Execute the jar file
java -jar spring-batch-ms-0.0.1-SNAPSHOT.jarAs of spring 3.X we don't have to enable @EnableBatchProcessing or any logic to exit the main function. Everything is taken care by spring automatically.
Suhas H C