findById(id).get(); return todo; } public Boolean deleteTodo(Integer id) { try ... public void upadteTodo(@PathVariable Integer id, @RequestBody Todo todo) ...
確定! 回上一頁