Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.system.HealthCheckDTO
Packages that use HealthCheckDTO
Package
Description
Contains controllers for handling operations regarding greenhouse as a whole.
-
Uses of HealthCheckDTO in com.bluebell.greenhouse.planter.controllers.system
Methods in com.bluebell.greenhouse.planter.controllers.system that return types with arguments of type HealthCheckDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<HealthCheckDTO> SystemController.getHealthCheck()Returns the application's information and diagnostics.