In a working app I tested replacing @SpringBootApplication with

@Configuration
@EnableAutoConfiguration
@ComponentScan

and the Spring tests didn't work any more, I had to use @SpringBootConfiguration instead of @Configuration. So I thought I fix the documentation.

Comment From: pivotal-cla

@aasaru Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Comment From: pivotal-cla

@aasaru Thank you for signing the Contributor License Agreement!

Comment From: wilkinsona

@aasaru Thanks very much for making your first contribution to Spring Boot