save method. @PutMapping("/students/{id}") public ResponseEntity<Object> updateStudent(@RequestBody Student student, @PathVariable long id) ...
確定! 回上一頁