This commit is contained in:
Michael Minella
2018-02-13 11:49:15 -06:00
parent 01311e8be6
commit 71b74665a0
3 changed files with 12 additions and 28 deletions

View File

@@ -56,6 +56,9 @@ public class TaskBatchAutoConfiguration {
@Autowired
private ApplicationContext context;
@Autowired
private TaskProperties taskProperties;
@Bean
public TaskBatchExecutionListenerFactoryBean taskBatchExecutionListener(TaskExplorer taskExplorer) {
TaskConfigurer taskConfigurer = null;