You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `@ComponentScan`: enable `@Component` scan on the package where the application is located (see <<using-boot-structuring-your-code,the best practices>>)
367
-
* `@Configuration`: allow to register extra beans in the context or import additional configuration classes
367
+
* `@SpringBootConfiguration`: an alternative to Spring's standard `@Configuration`, allow to register extra beans in the context or import additional configuration classes
368
368
369
369
[source,java,indent=0]
370
370
----
@@ -373,7 +373,7 @@ A single `@SpringBootApplication` annotation can be used to enable those three f
0 commit comments