From 67160f099f6b03531c4f337f434bd26dee0750e6 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期三, 26 三月 2025 18:53:05 +0800 Subject: [PATCH] - --- billion-main/pom.xml | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/billion-main/pom.xml b/billion-main/pom.xml index d7c2a5d..6e0235f 100644 --- a/billion-main/pom.xml +++ b/billion-main/pom.xml @@ -66,6 +66,11 @@ <version>3.0.5</version> </dependency> <!-- opc end--> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + <version>3.1.3</version> + </dependency> <dependency> @@ -78,6 +83,18 @@ <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> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel-core</artifactId> + <version>3.3.3</version> + <scope>compile</scope> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3