Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
FCL
2025-10-13 15:37:04 +08:00
40 changed files with 2669 additions and 78 deletions

View File

@@ -110,6 +110,12 @@
<dependency>
<groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-test</artifactId>
<exclusions>
<exclusion>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- 工具类相关 -->