Skip to content

Commit c768307

Browse files
committed
Merge pull request #35180 from aasaru
* gh-35180: Correct list of annotations equivalent to @SpringBootApplication Closes gh-35180
2 parents 695e58f + 3b70286 commit c768307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/SpringBootApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* Indicates a {@link Configuration configuration} class that declares one or more
4141
* {@link Bean @Bean} methods and also triggers {@link EnableAutoConfiguration
4242
* 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},
4444
* {@code @EnableAutoConfiguration} and {@code @ComponentScan}.
4545
*
4646
* @author Phillip Webb

0 commit comments

Comments
 (0)