From f0d048fa2cba4f52066e14d1d31e4f7a2c7a9530 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期三, 12 三月 2025 09:05:57 +0800 Subject: [PATCH] 新增导入功能 --- billion-admin/pom.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/billion-admin/pom.xml b/billion-admin/pom.xml index b8b9551..70dfbb9 100644 --- a/billion-admin/pom.xml +++ b/billion-admin/pom.xml @@ -43,6 +43,12 @@ <artifactId>mysql-connector-java</artifactId> </dependency> + <!--sqlserver鏁版嵁搴撻厤缃�--> + <dependency> + <groupId>com.microsoft.sqlserver</groupId> + <artifactId>mssql-jdbc</artifactId> + </dependency> + <!-- 鏍稿績妯″潡--> <dependency> <groupId>com.billion</groupId> @@ -62,6 +68,12 @@ </dependency> <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + <version>3.3.3</version> + </dependency> + + <dependency> <groupId>com.billion</groupId> <artifactId>billion-main</artifactId> </dependency> @@ -72,6 +84,7 @@ </dependencies> + <build> <plugins> <plugin> -- Gitblit v1.9.3