@ -205,11 +205,16 @@ running quickly and with a consistent, supported set of managed transitive depen
.What's in a name
.What's in a name
****
****
All starters follow a similar naming pattern; `+spring-boot-starter-*+`, where `+*+` is
All **official** starters follow a similar naming pattern; `+spring-boot-starter-*+`,
a particular type of application. This naming structure is intended to help when you need
where `+*+` is a particular type of application. This naming structure is intended to
to find a starter. The Maven integration in many IDEs allow you to search dependencies by
help when you need to find a starter. The Maven integration in many IDEs allow you to
name. For example, with the appropriate Eclipse or STS plugin installed, you can simply
search dependencies by name. For example, with the appropriate Eclipse or STS plugin
hit `ctrl-space` in the POM editor and type ''spring-boot-starter'' for a complete list.
installed, you can simply hit `ctrl-space` in the POM editor and type
''spring-boot-starter'' for a complete list.
Third party starters should not start with `spring-boot-starter` as it is reserved for
official starters. A third-party starter for `acme` will be typically named
`acme-spring-boot-starter`.
****
****
The following application starters are provided by Spring Boot under the
The following application starters are provided by Spring Boot under the