Micronaut Health Check
The easiest way to expose a health check in your Micronaut Application is to enable the health endpoint.
Just by adding the dependency io.micronaut:micronaut-management
your application exposes a GET /health
route which you can use as a health check.
Add a test which verifies the application exposes the health endpoint.
Tags: #micronaut