You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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