@PostMapping("/post") public @ResponseBody ResponseEntity post() { return new ResponseEntity("POST Response", HttpStatus.OK); }