增加databus-client使用说明

This commit is contained in:
ranke
2026-01-23 16:52:50 +08:00
parent d6ef89b70d
commit 2dc1202d04
3 changed files with 32 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<groupId>com.zt.plat</groupId>
<version>${revision}</version>
</parent>
<artifactId>zt-module-databus-server-client</artifactId>
<artifactId>zt-module-databus-client</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>

View File

@@ -7,7 +7,6 @@ import cn.hutool.http.Method;
import cn.hutool.json.JSONObject;
import cn.hutool.json.JSONUtil;
import com.zt.plat.framework.common.pojo.CommonResult;
import com.zt.plat.framework.common.util.security.CryptoSignatureUtils;
import com.zt.plat.module.databus.api.dto.ApiAccessLogCreateReq;
import com.zt.plat.module.databus.api.provider.DatabusAccessLogProviderApi;
import jakarta.annotation.Resource;