From 51eb318f6df9ebc7d1ff47522e33b2ee7cea1ba8 Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期日, 09 三月 2025 16:30:44 +0800
Subject: [PATCH] 修改

---
 billion-main/pom.xml |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/billion-main/pom.xml b/billion-main/pom.xml
index fac5a0f..1117525 100644
--- a/billion-main/pom.xml
+++ b/billion-main/pom.xml
@@ -60,12 +60,18 @@
         </dependency>
 
         <!-- opc start-->
-<!--        <dependency>-->
-<!--            <groupId>com.kangaroohy</groupId>-->
-<!--            <artifactId>milo-spring-boot-starter</artifactId>-->
-<!--            <version>3.0.4</version>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>com.kangaroohy</groupId>
+            <artifactId>milo-spring-boot-starter</artifactId>
+            <version>3.0.5</version>
+        </dependency>
         <!-- opc end-->
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>easyexcel</artifactId>
+            <version>3.1.3</version>
+        </dependency>
+
 
         <dependency>
             <groupId>com.billion</groupId>
@@ -77,6 +83,12 @@
             <version>3.5.13</version>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>com.mysql</groupId>
+            <artifactId>mysql-connector-j</artifactId>
+            <version>8.0.33</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file

--
Gitblit v1.9.3