From 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 19 七月 2022 21:49:55 +0800
Subject: [PATCH] 优化添加设备 功能

---
 service-acct/pom.xml |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/service-acct/pom.xml b/service-acct/pom.xml
index d250722..cf5d877 100644
--- a/service-acct/pom.xml
+++ b/service-acct/pom.xml
@@ -25,7 +25,10 @@
       <groupId>com.java110</groupId>
       <artifactId>java110-service</artifactId>
     </dependency>
-
+    <dependency>
+      <groupId>com.alipay.sdk</groupId>
+      <artifactId>alipay-sdk-java</artifactId>
+    </dependency>
 
   </dependencies>
 
@@ -63,7 +66,7 @@
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-maven-plugin</artifactId>
         <configuration>
-          <mainClass>com.java110.user.AcctServiceApplicationStart</mainClass>
+          <mainClass>com.java110.acct.AcctServiceApplicationStart</mainClass>
         </configuration>
       </plugin>
     </plugins>

--
Gitblit v1.8.0