From d8eb22351c6d0bfe0c9f233edfd593538e6838c9 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期四, 24 四月 2025 13:58:49 +0800 Subject: [PATCH] 1、表阀一体机协议开阀类型变化; 2、表阀一体机协议开关阀报中增加水价数据; --- pipIrr-platform/pom.xml | 71 +++++++++++++++++++++++++++++++++-- 1 files changed, 67 insertions(+), 4 deletions(-) diff --git a/pipIrr-platform/pom.xml b/pipIrr-platform/pom.xml index bc6e48a..0f86264 100644 --- a/pipIrr-platform/pom.xml +++ b/pipIrr-platform/pom.xml @@ -27,6 +27,9 @@ </modules> <properties> + <!-- 涓巎ava.version閰嶇疆鍦ㄤ竴璧凤紝璁剧疆缂栫爜闆�--> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>20</java.version> <tomcat.version>10.1.12</tomcat.version> <spring.boot.version>3.1.3</spring.boot.version> @@ -66,7 +69,6 @@ <scope>import</scope> </dependency> - <!-- 杈撳叆鍙傛暟鎹獙璇� --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> @@ -74,10 +76,24 @@ <type>pom</type> <scope>import</scope> </dependency> - + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-configuration-processor</artifactId> + <version>3.1.3</version> + <type>pom</type> + <scope>import</scope> + <optional>true</optional> + </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> + <version>3.1.3</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-websocket</artifactId> <version>3.1.3</version> <type>pom</type> <scope>import</scope> @@ -179,6 +195,13 @@ <type>pom</type> <scope>import</scope> </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-extension</artifactId> + <version>3.5.3.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> <!-- 闃块噷fastjson --> <dependency> @@ -264,13 +287,53 @@ <scope>import</scope> </dependency> - <!-- quartz --> + <!-- rocketmq-client --> <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-client</artifactId> - <version>4.9.7</version> + <version>5.3.1</version> + <type>pom</type> + <scope>import</scope> </dependency> + <!--閽夐拤娑堟伅鎺ㄩ��--> + <dependency> + <groupId>com.aliyun</groupId> + <artifactId>alibaba-dingtalk-service-sdk</artifactId> + <version>2.0.0</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.15</version> + <type>pom</type> + <scope>import</scope> + </dependency> + + <!-- java瑙嗛澶勭悊 --> + <dependency> + <groupId>org.jcodec</groupId> + <artifactId>jcodec</artifactId> + <version>0.2.5</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>org.jcodec</groupId> + <artifactId>jcodec-javase</artifactId> + <version>0.2.5</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.18.0</version> + <type>pom</type> + <scope>import</scope> + </dependency> <!-- 娴嬭瘯 --> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.8.0