@RestController public class HealthController extends Object
HealthController(Properties properties)
Map<String,String>
checkEverything()
String
hello()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Autowired public HealthController(Properties properties)
@RequestMapping(value={"","/health_check"}, method=GET) public String hello()
@PreAuthorize(value="hasAnyAuthority(\'PORTAL_ADMINISTRATOR\')") @RequestMapping(value="/health_check/advanced", method=GET) public Map<String,String> checkEverything()
Copyright © 2021. All rights reserved.