From c2888f2d32cd8ee7fa73e6e49596477e1c8ba94a Mon Sep 17 00:00:00 2001
From: liuleilei <234@qq.com>
Date: 星期一, 25 十二月 2023 09:12:43 +0800
Subject: [PATCH] 员工列表
---
server/pom.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index 172d776..6044bf1 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -280,6 +280,8 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
+
+
</dependencies>
<build>
<plugins>
--
Gitblit v1.9.3