Class HealthCheckService


  • @Component
    public class HealthCheckService
    extends Object
    Service for checking the database connection. The service can be e.g. hooked up to web service health check endpoint.
    • Constructor Detail

      • HealthCheckService

        @Inject
        public HealthCheckService​(HealthCheckDao healthCheckDao)
    • Method Detail

      • checkDatabaseConnection

        public boolean checkDatabaseConnection()