SyntaxFix
Write A Post
Hire A Developer
Questions
Make simple:
@GetMapping("/health") public ResponseEntity<String> healthCheck() { LOG.info("REST request health check"); return new ResponseEntity<>("{\"status\" : \"UP\"}", HttpStatus.OK); }