chore(deps): 添加spring依赖-boot-starter-test
- 在wol-common-web模块中添加测试依赖 - 引入spring-boot-starter-test以支持单元测试 - 为后续测试代码提供基础框架支持
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user