fishey2 / java-component-template

A template project for Java based projects with Spring Boot 2, Gradle, Logback and JUnit5
MIT License
7 stars 0 forks source link

Add a meaningful HealthCheck #37

Open fishey2 opened 4 years ago

fishey2 commented 4 years ago

The healthcheck should tell you if:

To add JSON response to request with additional ifnormation:

{ "database": { "alive":true, "readable":true, "writable":false }, errors: [ "An error has occurred", "Another error has occurred" ] }

fishey2 commented 4 years ago

Use Spring Actuators for this