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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,8 @@
37
37
/**
38
38
* Indicates a {@link Configuration configuration} class that declares one or more
39
39
* {@link Bean @Bean} methods and also triggers {@link EnableAutoConfiguration
40
-
* auto-configuration}, {@link ComponentScan component scanning}, and
41
-
* {@link ConfigurationPropertiesScan configuration properties scanning}. This is a
42
-
* convenience annotation that is equivalent to declaring {@code @Configuration},
40
+
* auto-configuration} and {@link ComponentScan component scanning}. This is a convenience
41
+
* annotation that is equivalent to declaring {@code @Configuration},
0 commit comments