Skip to content

Commit 56c769f

Browse files
Tetsuya3850snicoll
authored andcommitted
Remove redundant info
Closes spring-projectsgh-16668
1 parent da13eb5 commit 56c769f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,10 +561,6 @@ where the application is located (see <<using-boot-structuring-your-code,the bes
561561
* `@Configuration`: allow to register extra beans in the context or import additional
562562
configuration classes
563563

564-
The `@SpringBootApplication` annotation is equivalent to using `@Configuration`,
565-
`@EnableAutoConfiguration`, `@ComponentScan`, and `@ConfigurationPropertiesScan` with
566-
their default attributes, as shown in the following example:
567-
568564

569565
[source,java,indent=0]
570566
----

0 commit comments

Comments
 (0)