@RequestMapping(method = RequestMethod.GET, path = "/ping") public ResponseEntity<Object> ping() throws IOException { HttpURLConnection conn = (HttpURLConnection) new ...