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
The following `curl` commands can be used to verify the controller works. Start the app first with `./mvnw spring-boot:run`.
38
38
39
-
> **Note:** The controller currently uses an in-memory `HashMap` as a temporary task store. Data does not persist between restarts and will be replaced with a proper repository layer.
39
+
> **Note:** The task store HashMap is in-memory and does not persist between restarts.
40
40
41
41
---
42
42
@@ -48,7 +48,7 @@ curl -s -X POST http://localhost:8080/tasks \
0 commit comments