From 783f11f29131a6141cd7f68ded39c9acd93868a6 Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期六, 29 七月 2023 16:23:00 +0800
Subject: [PATCH] 优化websocket操作类代码
---
ard-work/pom.xml | 30 +++++++++++-------------------
1 files changed, 11 insertions(+), 19 deletions(-)
diff --git a/ard-work/pom.xml b/ard-work/pom.xml
index eec47b0..09e0f91 100644
--- a/ard-work/pom.xml
+++ b/ard-work/pom.xml
@@ -14,6 +14,12 @@
</description>
<dependencies>
+ <dependency>
+ <groupId>net.sf.ucanaccess</groupId>
+ <artifactId>ucanaccess</artifactId>
+ <version>5.0.1</version>
+ </dependency>
+
<!-- 閫氱敤宸ュ叿-->
<dependency>
<groupId>commons-codec</groupId>
@@ -35,15 +41,11 @@
<groupId>net.java.jna</groupId>
<artifactId>jna</artifactId>
<version>1.0.0</version>
-<!-- <scope>system</scope>-->
-<!-- <systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath>-->
</dependency>
<dependency>
<groupId>net.java.examples</groupId>
<artifactId>examples</artifactId>
<version>1.0.0</version>
-<!-- <scope>system</scope>-->
-<!-- <systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath>-->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -74,17 +76,6 @@
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-system</artifactId>
</dependency>
-<!-- <dependency>-->
-<!-- <groupId>io.springfox</groupId>-->
-<!-- <artifactId>springfox-core</artifactId>-->
-<!-- <version>3.0.0</version>-->
-<!-- <scope>compile</scope>-->
-<!-- </dependency>-->
-<!-- <dependency>-->
-<!-- <groupId>com.github.xiaoymin</groupId>-->
-<!-- <artifactId>knife4j-spring</artifactId>-->
-<!-- <version>2.0.9</version>-->
-<!-- </dependency>-->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-annotations</artifactId>
@@ -106,10 +97,6 @@
<groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot-starter</artifactId>
<version>1.5.28</version>
- </dependency>
- <dependency>
- <groupId>com.ruoyi</groupId>
- <artifactId>ruoyi-common</artifactId>
</dependency>
<!--lombok渚濊禆-->
<dependency>
@@ -174,6 +161,11 @@
<artifactId>netty-all</artifactId>
<version>4.1.63.Final</version>
</dependency>
+ <dependency>
+ <groupId>com.baomidou</groupId>
+ <artifactId>mybatis-plus-boot-starter</artifactId>
+ <version>3.2.0</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.9.3