[FIXED] How to add a custom health check in spring boot health?
Issue <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> This will add several useful endpoints to your application. One of them is /health. When
Read more