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:
@@ -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]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user