This project leverages spring-batch with spring boot and built on gradle.
Jobs:
-
read in memory message and wite to console job - handled by Schedular: //TOTO - Details here
-
File reader and database writer job - Exposed as a REST service: //TODO: - Details here
-
Databse reader and writer job - Exposed as a REST service: //TODO: - Details here