From 0092d821aeca201321fd87b704ef0ad674f0d95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Thu, 25 May 2023 13:20:15 -0600 Subject: Added GET endpoint to list to dos. Currently the directory is /v1/todos. It'll retrieve a list of all to dos. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c2556ba..03ac0bb 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,11 @@ 17 + + org.springframework.data + spring-data-jpa + + jakarta.persistence jakarta.persistence-api -- cgit v1.2.3