From 1b31589e39045e25a89148ae58d7dfd34fe53847 Mon Sep 17 00:00:00 2001
From: liusuyi <1951119284@qq.com>
Date: 星期二, 30 七月 2024 09:38:36 +0800
Subject: [PATCH] 修改:会话事件推送处理使用异步
---
ard-work/pom.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ard-work/pom.xml b/ard-work/pom.xml
index c40a85b..1949745 100644
--- a/ard-work/pom.xml
+++ b/ard-work/pom.xml
@@ -144,12 +144,12 @@
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.2.0</version>
</dependency>
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>knife4j-annotations</artifactId>
- <version>3.0.3</version>
- <scope>compile</scope>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>com.github.xiaoymin</groupId>-->
+<!-- <artifactId>knife4j-annotations</artifactId>-->
+<!-- <version>3.0.3</version>-->
+<!-- <scope>compile</scope>-->
+<!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/org.apache.axis/axis -->
<dependency>
<groupId>org.apache.axis</groupId>
--
Gitblit v1.9.3