This example shows the basics of using Helidon SE Health. It uses the set of built-in health checks that Helidon provides plus defines a custom health check.
Start the application:
mvn package
java -jar target/helidon-examples-health-basics.jarNote the port number reported by the application.
Probe the health endpoints:
curl -X GET http://localhost:PORT/health/
curl -X GET http://localhost:PORT/health/ready