From 681e4456965b30d8e8394033ebd4d46b1130c962 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 03 一月 2025 17:35:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
common/pom.xml | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/common/pom.xml b/common/pom.xml
index 6ec5ad3..7ee7272 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <artifactId>airport-screen-backend</artifactId>
- <groupId>com.hnct</groupId>
+ <artifactId>project-management</artifactId>
+ <groupId>com.ycl</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,11 @@
</description>
<dependencies>
-
+ <!-- MybatisPlus -->
+ <dependency>
+ <groupId>com.baomidou</groupId>
+ <artifactId>mybatis-plus-boot-starter</artifactId>
+ </dependency>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
@@ -124,7 +128,16 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
+ <!-- easy excel -->
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>easyexcel</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>cn.hutool</groupId>
+ <artifactId>hutool-crypto</artifactId>
+ </dependency>
</dependencies>
</project>
--
Gitblit v1.8.0