setId(id); personMapper.save(person); return new ResponseEntity<>(person, HttpStatus.OK); } 11. Add an API to delete the data in the table: ...
確定! 回上一頁