jaikuai пре 3 година
родитељ
комит
20b6fe4780
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -37,6 +37,11 @@
             <artifactId>spring-boot-starter-validation</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-data-jpa</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-jdbc</artifactId>