From 7451ba882c5c2dd895fc646e787022301c672916 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期三, 26 三月 2025 18:32:43 +0800 Subject: [PATCH] 修改 --- billion-main/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/billion-main/pom.xml b/billion-main/pom.xml index b049ba9..6e0235f 100644 --- a/billion-main/pom.xml +++ b/billion-main/pom.xml @@ -83,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