If you are using @EnableBatchProcessing, which is not required in your configuration class remove it and try again, it will work.
@EnableBatchProcessing
Refer to the official spring documentation.