Closes gh-12996
This commit is contained in:
Yaman Jain 2018-04-28 20:59:54 +05:30 committed by Stephane Nicoll
parent 0ba9b49d8b
commit 50ca33ecd2
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ TIP: Notice how using constructor injection lets the `riskAssessor` field be mar
== Using the @SpringBootApplication Annotation
Many Spring Boot developers like their apps to use auto-configuration, component scan and
be able to define extra configuration on their "application class". A single
`@SpringBootApplication` annotation can be used to enable those tree features, that is:
`@SpringBootApplication` annotation can be used to enable those three features, that is:
* `@EnableAutoConfiguration`: enable <<using-boot-auto-configuration,Spring Boot's
auto-configuration mechanism>>