SpringBatch step is not getting called
问题 I am using springbatch to do a batch update based on user input(file). But Step is not getting called due to which writer is not getting called. Also not getting any error or exception but the job completed successfully without Below is my code. Technologies used: mysql,spring-batch,java,spring-boot,intellij idea @Configuration public class ExcelFileToDatabaseJobConfig { @Autowired public JobBuilderFactory jobBuilderFactory; @Autowired public StepBuilderFactory stepBuilderFactory; @Bean