From 98505f497a12382b259f643232f2c6c63f5004f8 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期六, 24 六月 2023 10:40:23 +0800 Subject: [PATCH] 增加历史报警数据按command和时间区间查询 --- ard-work/pom.xml | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index 2b2665c..4df3ac9 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -30,21 +30,11 @@ <groupId>net.java.jna</groupId> <artifactId>jna</artifactId> <version>1.0.0</version> -<!-- <groupId>com.sun.jna</groupId>--> -<!-- <artifactId>yx</artifactId>--> -<!-- <version>0.0.1</version>--> -<!-- <scope>system</scope>--> -<!-- <systemPath>${project.basedir}/lib/jna.jar</systemPath>--> </dependency> <dependency> <groupId>net.java.examples</groupId> <artifactId>examples</artifactId> <version>1.0.0</version> -<!-- <groupId>com.sun.jna.examples</groupId>--> -<!-- <artifactId>yx</artifactId>--> -<!-- <version>0.0.1</version>--> -<!-- <scope>system</scope>--> -<!-- <systemPath>${project.basedir}/lib/examples.jar</systemPath>--> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -77,6 +67,12 @@ <artifactId>forest-spring-boot-starter</artifactId> <version>1.5.22</version> </dependency> + <!--mqtt--> + <dependency> + <groupId>org.springframework.integration</groupId> + <artifactId>spring-integration-mqtt</artifactId> + <version>6.0.3</version> + </dependency> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-system</artifactId> -- Gitblit v1.9.3