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 RESTful API for managing tasks built with Spring Boot. Uses an H2 in-memory database to keep things simple while the core functionality is being developed.
3
+
A RESTful API for managing tasks built with Java 21 and Spring Boot.
4
4
5
5
---
6
6
7
7
## Tech Stack
8
8
9
-
| Layer | Technology |
10
-
|-------------|------------------------|
11
-
| Language | Java 21 |
12
-
| Framework | Spring Boot 4.1.0-M2 |
13
-
| Persistence | In-memory HashMap |
14
-
| Validation | Spring Boot Validation |
15
-
| Build Tool | Maven |
16
-
| CI/CD | GitHub Actions |
9
+
| Layer | Technology |
10
+
|---|---|
11
+
| Language | Java 21 |
12
+
| Framework | Spring Boot 4.1.0-M2 |
13
+
| Persistence | In-memory HashMap |
14
+
| Validation | Spring Boot Validation |
15
+
| Build Tool | Maven |
16
+
| CI/CD | GitHub Actions |
17
+
18
+
---
17
19
18
20
## Getting Started
19
21
20
-
**Prerequisites:** Java 21+ (the Maven wrapper is included, no local Maven install needed)
0 commit comments