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