Browse Source

初始化项目环境

jaikuai 3 năm trước cách đây
mục cha
commit
20b6fe4780
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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>