Merge branch 'dev' into 'test'

Dev

See merge request jygk/dsc!15
This commit is contained in:
wencai he
2025-12-24 02:42:20 +00:00
2 changed files with 7 additions and 4 deletions

View File

@@ -46,14 +46,12 @@
<groupId>com.zt.plat</groupId> <groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-mq</artifactId> <artifactId>zt-spring-boot-starter-mq</artifactId>
</dependency> </dependency>
<!-- Redis 相关 (用于幂等) -->
<dependency> <dependency>
<groupId>com.zt.plat</groupId> <groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-redis</artifactId> <artifactId>zt-spring-boot-starter-biz-tenant</artifactId>
</dependency> </dependency>
<!-- Web 相关 (用于HTTP接收) --> <!-- Redis 相关 (用于幂等) --><!-- Web 相关 (用于HTTP接收) -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>

View File

@@ -185,6 +185,11 @@
<version>4.12.0</version> <version>4.12.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-databus-client</artifactId>
<version>${revision}</version>
</dependency>
</dependencies> </dependencies>
<build> <build>