system微服务单元测试完善

This commit is contained in:
gaoqr
2025-12-11 14:18:52 +08:00
parent 9fb71c232f
commit d855dde28e
17 changed files with 167 additions and 2 deletions
@@ -53,6 +53,12 @@
<artifactId>fastjson</artifactId>
</dependency>
<!-- Test 测试相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
</dependencies>
</project>