REST API for task management built with Spring Boot 4.
- Java 25
- Spring Boot 4.0.3
- Spring Data JPA + Hibernate
- H2 In-Memory Database
| Method | URL | Description |
|---|---|---|
| GET | /tasks | List all tasks |
| GET | /tasks/{id} | Get task by ID |
| POST | /tasks | Create a task |
| DELETE | /tasks/{id} | Delete a task |
- Clone the repository
- Open in IntelliJ IDEA
- Run
TaskSysApplication.java - Access
http://localhost:8080/tasks