From 8af76e086fab5fc346e0431d18797c1ff82af8dc Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 07 三月 2024 17:44:57 +0800
Subject: [PATCH] 地区管理

---
 dujy-admin/pom.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/dujy-admin/pom.xml b/dujy-admin/pom.xml
index 2da1d5a..714fe13 100644
--- a/dujy-admin/pom.xml
+++ b/dujy-admin/pom.xml
@@ -70,7 +70,16 @@
             <groupId>org.dujy</groupId>
             <artifactId>dujy-demo</artifactId>
         </dependency>
-
+        <!-- jpa -->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-data-jpa</artifactId>
+        </dependency>
+        <!--graphql -->
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-graphql</artifactId>
+        </dependency>
         <dependency>
             <groupId>de.codecentric</groupId>
             <artifactId>spring-boot-admin-starter-client</artifactId>

--
Gitblit v1.8.0