Browse Source

提交jpa maven依赖

linzhiwei 4 years ago
parent
commit
a45c89a247
1 changed files with 5 additions and 0 deletions
  1. 5 0
      dyrqSchedule/pom.xml

+ 5 - 0
dyrqSchedule/pom.xml

@@ -45,6 +45,11 @@
             <artifactId>common-es</artifactId>
             <version>1.0-SNAPSHOT</version>
         </dependency>
+        <!-- jpa -->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-data-jpa</artifactId>
+        </dependency>
 <!--        &lt;!&ndash; dyrqGps &ndash;&gt;-->
 <!--        <dependency>-->
 <!--            <groupId>com.tofly</groupId>-->