Spring Batch - Could not @Autowired SimpleJobLauncher
问题 I face the below issue though I have correctly defined SimpleJobLauncher Description: Field jobLauncher in com.abcplusd.application.BatchConfig required a bean of type 'org.springframework.batch.core.launch.support.SimpleJobLauncher' that could not be found. Action: Consider defining a bean of type 'org.springframework.batch.core.launch.support.SimpleJobLauncher' in your configuration. The following are my source code.. package com.abcplusd.application; import org.springframework.batch.core