You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Spring Boot application to manage a Todo list, supporting POST and GET operations. Temporary data is stored in-memory for demonstration purposes.
GET URl:(http://localhost:8080/todos)
POST(http://localhost:8080/todos)
BODY
RAW
JSON
{ "id": 1, "content": "Hello" }
About
A simple Spring Boot application to manage a Todo list, supporting POST and GET operations. Temporary data is stored in-memory for demonstration purposes.