Replace Starter POM to Starter in the documentation

"Starter POM" is a confusing term as it implies the starter may be a
POM while it's actually a jar artifact like any other dependency. To
reduce the confusion (especially in the way such starter should be
declared in the build), the term Starter POM has been renamed to Starter.

Closes gh-5966
This commit is contained in:
Stephane Nicoll
2016-05-18 08:55:42 +02:00
parent dcf3a56bd5
commit 6698af08df
10 changed files with 48 additions and 47 deletions

View File

@@ -10,8 +10,8 @@ covers the features in more detail.
== Enabling the Actuator
The simplest way to enable the features is to add a dependency to the
`spring-boot-starter-actuator` "`Starter POM`". To add the actuator to a Maven based
project, add the following "`starter`" dependency:
`spring-boot-starter-actuator` '`Starter`'. To add the actuator to a Maven based
project, add the following '`Starter`' dependency:
[source,xml,indent=0]
----