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
This commit is contained in:
parent
bedf2edffa
commit
6ace7e53ed
|
@ -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.
|
||||
--
|
||||
|
||||
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]]
|
||||
|
|
Loading…
Reference in New Issue