From b0bc22e001eb3e93254ef6cf525d916ddc6542ff Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期二, 26 八月 2025 12:41:16 +0800 Subject: [PATCH] 人力资源模块2 --- 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