Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 311 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 311 Bytes

todolist

REST endpoints

Create todo list

mvn clean spring-boot:run

curl -X POST http://localhost:8080/todolist/add -d '{"name":"Tech debt"}' -H "Content-Type: application/json"

CLI endpoints

mvn spring-boot:run -Dspring-boot.run.arguments="--action=create --body=json/create-todolist.json"