perf:get请求发送优化

This commit is contained in:
xiang
2025-08-03 17:39:54 +08:00
parent f25e8638d2
commit 1fc66ca0f4
4 changed files with 119 additions and 11 deletions

14
pom.xml
View File

@@ -7,7 +7,7 @@
<parent>
<groupId>com.xiang</groupId>
<artifactId>xservice-basic</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<groupId>com.xiang</groupId>
@@ -30,27 +30,27 @@
<dependency>
<groupId>com.xiang</groupId>
<artifactId>xservice-common</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.xiang</groupId>
<artifactId>xservice-third-part</artifactId>
<version>1.1-snapshot</version>
<artifactId>xservice-message-starter</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.xiang</groupId>
<artifactId>xservice-schedule-starter</artifactId>
<version>1.1-snapshot</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.xiang</groupId>
<artifactId>xservice-cache</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.xiang</groupId>
<artifactId>xservice-http-starter</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
</dependencies>