From 6af947d9b45349cb4e1a1997c64b6619526cb50e Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 23 一月 2026 13:53:41 +0800
Subject: [PATCH] 浪潮对接单点登录:无人值守系统配置修改
---
pom.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6a0e071..39d1439 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ruoyi</groupId>
- <artifactId>ruoyi</artifactId>
+ <artifactId>ruoyi-wrzs</artifactId>
<version>3.8.9</version>
<packaging>jar</packaging>
@@ -294,6 +294,12 @@
<version>1.12.2</version>
</dependency>
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>easyexcel</artifactId>
+ <version>4.0.3</version>
+ </dependency>
+
</dependencies>
<build>
--
Gitblit v1.9.3