I want to create a spring-batch job, which will save data into SQL Server tables, but I want to run it without any meta data database persistence. Unfortunately spring-batch requires to write metadata information of job execution.
I don't want those BATCH table to be created. How can I do this.