新增征信解析测试基础

This commit is contained in:
wkc
2026-03-23 15:54:50 +08:00
parent 1c02e4baea
commit 7e3e6d7923
3 changed files with 39 additions and 0 deletions

View File

@@ -44,5 +44,11 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>