From 3834f60de8def04769733fae800f24d3674094ff Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期二, 26 八月 2025 13:06:05 +0800 Subject: [PATCH] 人力资源模块-文件配置 --- main-business/pom.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/main-business/pom.xml b/main-business/pom.xml index e4f1bce..11c92a4 100644 --- a/main-business/pom.xml +++ b/main-business/pom.xml @@ -28,7 +28,10 @@ <artifactId>poi-ooxml</artifactId> <version>5.2.3</version> </dependency> - + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-web</artifactId> + </dependency> <!-- 鏍稿績妯″潡--> <dependency> -- Gitblit v1.9.3