From 256ebe09ed5268140c3cf09b4e088f0b74c1b71d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 16 Jul 2015 10:05:20 +0200 Subject: [PATCH] Fix broken build --- .../src/main/asciidoc/production-ready-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index e82d6cbc68..57e7489b3f 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -7,10 +7,10 @@ Spring Boot includes a number of additional features to help you monitor and man application when it's pushed to production. You can choose to manage and monitor your application using HTTP endpoints, with JMX or even by remote shell (SSH or Telnet). Auditing, health and metrics gathering can be automatically applied to your application. --- -NOTE: Actuator HTTP endpoints are only available with a Spring MVC-based application. In +Actuator HTTP endpoints are only available with a Spring MVC-based application. In particular, it will not work with Jersey unless you enable Spring MVC as well. +-- [[production-ready-enabling]]