How to disable spring batch metadata table calls or entries in Spring 5 through xml configuration or Java configuration ?
Spring 5 uses JobRepositoryFactoryBean which uses dataSource for db and it starts creating tables and entries once batch runs. I would like to avoid that creation and entries.