Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 835 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 835 Bytes

todolist_demo

没什么好说的(二,当时初学springboot完成的第一个比较完整的很小很小的项目

一、接口测试

1.createTodo(Stringcontent) : 创建待办事项

2.updateContent(Integerid, Stringcontent):修改待办事项内容

3.updateStatus(Integerid):更新状态(0代表未完成 1代表已完成)

Image text Image text

4.getTodoList():获取所有的代办事项,List集合返回

5.deleteTodo(Integerid):删除指定的待办事项

Image text