From 8847f3edef4021b945da8760e2ada72d33e471f4 Mon Sep 17 00:00:00 2001 From: cuijiawang Date: Thu, 23 Oct 2025 11:18:10 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=B7=BB=E5=8A=A0spring?= =?UTF-8?q?=E4=BE=9D=E8=B5=96-boot-starter-test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在wol-common-web模块中添加测试依赖 - 引入spring-boot-starter-test以支持单元测试 - 为后续测试代码提供基础框架支持 --- agileboot-common/wol-common-web/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agileboot-common/wol-common-web/pom.xml b/agileboot-common/wol-common-web/pom.xml index 2bc0ad9..ba31d57 100644 --- a/agileboot-common/wol-common-web/pom.xml +++ b/agileboot-common/wol-common-web/pom.xml @@ -21,5 +21,9 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-test +