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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/SpringBootApplication.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
* Indicates a {@link Configuration configuration} class that declares one or more
41
41
* {@link Bean @Bean} methods and also triggers {@link EnableAutoConfiguration
42
42
* auto-configuration} and {@link ComponentScan component scanning}. This is a convenience
43
-
* annotation that is equivalent to declaring {@code @Configuration},
43
+
* annotation that is equivalent to declaring {@code @SpringBootConfiguration},
44
44
* {@code @EnableAutoConfiguration} and {@code @ComponentScan}.
0 commit comments