For this challenge, expose one Spring Boot Actuator endpoint -- health -- from our demo-api application as a JMX MBean to VisualVM.
HINT: Use an application property to expose the single actuator endpoint named health
.
HINT: Use Tools > Plugin Add the MBeans browser plugin to your local installation of VisualVM
You are succesful when you have an MBean panel display for your local running demo-api that looks like this: