Cross link Actuator and User Guide docs

Not having READMEs in github is a mistake IMO, so here's one
restored and with a link to the docs. Docs also updated to
more accurately reflect the location of the actuator features
in implementation.

See https://github.com/spring-guides/gs-actuator-service/pull/7
for the Getting started guide change

Fixes gh-1014
This commit is contained in:
Dave Syer
2014-06-04 14:25:39 +01:00
parent c0c3c78f8d
commit c41fa08a80
2 changed files with 61 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[[production-ready]]
= Production-ready features
= Spring Boot Actuator: Production-ready features
[partintro]
--
@@ -13,7 +13,7 @@ Auditing, health and metrics gathering can be automatically applied to your appl
[[production-ready-enabling]]
== Enabling production-ready features.
The `spring-boot-actuator` module provides all of Spring Boot's production-ready
The https://github.com/spring-projects/spring-boot/tree/master/spring-boot-actuator[`spring-boot-actuator`] module provides all of Spring Boot's production-ready
features. The simplest way to enable the features is to add a dependency to the
`spring-boot-starter-actuator` ``Starter POM''.