Contributions

Tutorial
Monitoring in Spring Boot is quite easy in common use cases, thanks to Spring Boot Actuator. It automatically adds health checks for every external component of your microservice, e.g. a database connection. However, there is no compact way in Actuator to disable the health check for a single database. This tutorial explains how it can be achieved nevertheless.