From c7c8554e2b9809bc90ac4a43fdaa39dfe16f4ab0 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 09 五月 2025 14:09:32 +0800 Subject: [PATCH] “远程测控”功能返回数据中增加protocol和protocolVersion属性,以备前端做多协议兼容。 --- pipIrr-platform/pipIrr-web/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pom.xml b/pipIrr-platform/pipIrr-web/pom.xml index 7d26034..8050fdf 100644 --- a/pipIrr-platform/pipIrr-web/pom.xml +++ b/pipIrr-platform/pipIrr-web/pom.xml @@ -31,6 +31,9 @@ <module>pipIrr-web-wechat</module> <module>pipIrr-web-app</module> <module>pipIrr-web-operation</module> + <module>pipIrr-web-file</module> + <module>pipIrr-web-temp</module> + <module>pipIrr-web-terminal</module> </modules> <dependencies> @@ -74,6 +77,11 @@ <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-websocket</artifactId> + </dependency> + <!-- lombok --> <dependency> <groupId>org.projectlombok</groupId> @@ -180,6 +188,13 @@ <artifactId>jdom2</artifactId> </dependency> + <!-- thumbnailator 鐢熸垚鍥剧墖缂╃暐鍥� --> + <dependency> + <groupId>net.coobird</groupId> + <artifactId>thumbnailator</artifactId> + <version>0.4.20</version> + </dependency> + <!-- bean鍜宮ap浜掕浆鎹� --> <dependency> <groupId>org.apache.dubbo</groupId> @@ -217,6 +232,23 @@ </exclusions> </dependency> + <!-- java瑙嗛澶勭悊 --> + <dependency> + <groupId>org.jcodec</groupId> + <artifactId>jcodec</artifactId> + <version>0.2.5</version> + </dependency> + <dependency> + <groupId>org.jcodec</groupId> + <artifactId>jcodec-javase</artifactId> + <version>0.2.5</version> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.18.0</version> + </dependency> + <!-- 娴嬭瘯 --> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.8.0