rojoangel / todolist

Hexagonal architecture PoC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Hexagonal architecture PoC


Languages

Language:Java 100.0%