chore(deps): 添加spring依赖-boot-starter-test

- 在wol-common-web模块中添加测试依赖
- 引入spring-boot-starter-test以支持单元测试
- 为后续测试代码提供基础框架支持
This commit is contained in:
cuijiawang
2025-10-23 11:18:10 +08:00
parent 18bb9f9c95
commit 8847f3edef

View File

@@ -21,5 +21,9 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
</dependencies>
</project>