* gh-26937:
Polish "Update docs to use @SpringBootConfiguration not @Configuration"
Update docs to use @SpringBootConfiguration not @Configuration
Closes gh-26937
* `@ComponentScan`: enable `@Component` scan on the package where the application is located (see <<using-boot-structuring-your-code,the best practices>>)
* `@Configuration`: allow to register extra beans in the context or import additional configuration classes
* `@SpringBootConfiguration`: enable registration of extra beans in the context or the import of additional configuration classes.
An alternative to Spring's standard `@Configuration` that aids <<spring-boot-features#boot-features-testing-spring-boot-applications-detecting-config,configuration detection>> in your integration tests.
[source,java,indent=0]
----
@ -373,7 +374,7 @@ A single `@SpringBootApplication` annotation can be used to enable those three f