Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Helidon Health Basic Example

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.

Build and run

Start the application:

mvn package
java -jar target/helidon-examples-health-basics.jar

Note 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