This repository is not active
gitpushforce/BasicSpringBatch
very basic spring batch code. Outputs a txt file in the same path of the project. It doesn't read anything, I made the reader return a random String, that will be received by processor that will return a random String too, that will be received by the writer and will output a file. Can be used as skeleton of project
Java