Class HealthController


  • @RestController
    public class HealthController
    extends Object
    • Constructor Detail

      • HealthController

        @Autowired
        public HealthController​(GlobalVars globalVars)
    • Method Detail

      • hello

        @RequestMapping(value={"","/health_check"},
                        method=GET)
        public String hello()
      • checkEverything

        @PreAuthorize("hasAnyAuthority(\'PORTAL_ADMINISTRATOR\')")
        @RequestMapping(value="/health_check/advanced",
                        method=GET)
        public Map<String,​String> checkEverything()