From d9e87ffae119c6c02e1af9af539011990e0dd939 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 4 Jul 2014 21:37:36 +0100 Subject: [PATCH] Add @EnableAutoConfiguration so quick start actually runs See http://stackoverflow.com/questions/24480219/spring-batch-quick-start-not-working/24484138?noredirect=1#comment38077389_24484138 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index da9a1c53b..936bc47ff 100644 --- a/index.html +++ b/index.html @@ -76,6 +76,7 @@ The quickest way to get started with Spring Batch is to use Spring Boot. ````java @Configuration @EnableBatchProcessing + @EnableAutoConfiguration public class BatchConfiguration { @Autowired