@DeleteMapping("/jpa/users/{id}") · public void deleteUser(@PathVariable int id) · { · userRepository.deleteById(id); · }.
確定! 回上一頁