产品模块4

This commit is contained in:
xuelijun
2025-07-29 10:25:56 +08:00
parent 203749552d
commit 61f5816910
36 changed files with 1140 additions and 958 deletions

View File

@@ -42,11 +42,12 @@
<version>2.2.20</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.github.jsqlparser</groupId>-->
<!-- <artifactId>jsqlparser</artifactId>-->
<!-- <version>4.5</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-framework-monitor</artifactId>
</dependency>
<!-- EasyExcel 核心库 -->
<dependency>
@@ -55,7 +56,16 @@
<version>4.0.3</version>
</dependency>
<dependency>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-product-api</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-data-excel</artifactId>
<version>${revision}</version>
</dependency>
<!-- RPC 远程调用相关 -->
<dependency>
<groupId>com.tashow.cloud</groupId>