测试类问题修改

This commit is contained in:
panxuejie 2026-01-06 08:38:26 +08:00
parent 6d21aed9ff
commit fb8648a979
1 changed files with 7 additions and 0 deletions

View File

@ -70,6 +70,13 @@
<version>${project.parent.version}</version>
</dependency>
<!-- Testing -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>