From fa34f76ad8ebccb96012b45a4207532846cfa03f Mon Sep 17 00:00:00 2001 From: Szymon Szukalski Date: Tue, 23 Jul 2024 23:19:45 +1000 Subject: Define JPA entities and repositories and H2 DB --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 491fe0d..0281f72 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,16 @@ org.assertj assertj-core + + org.springframework.boot + spring-boot-starter-data-jpa + + + + com.h2database + h2 + runtime + -- cgit v1.2.3