Commit 6ace7e53 authored by Stephane Nicoll's avatar Stephane Nicoll

Clarify doc

Add an explicit note about the need of Spring MVC for actuator HTTP
endpoints. Also explicitly mention Jersey since it can be a source of
confusion.

See gh-2025
parent bedf2edf
...@@ -9,6 +9,8 @@ application using HTTP endpoints, with JMX or even by remote shell (SSH or Telne ...@@ -9,6 +9,8 @@ application using HTTP endpoints, with JMX or even by remote shell (SSH or Telne
Auditing, health and metrics gathering can be automatically applied to your application. 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
particular, it will not work with Jersey unless you enable Spring MVC as well.
[[production-ready-enabling]] [[production-ready-enabling]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment