From 97193dfef4334bbf9886daf5c652b22e56ed0677 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 07 二月 2025 09:50:11 +0800 Subject: [PATCH] 将大屏相关的mapper扫描范围增加到统计模块中 --- pipIrr-platform/pipIrr-web/pom.xml | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pom.xml b/pipIrr-platform/pipIrr-web/pom.xml index 9e59107..4998d97 100644 --- a/pipIrr-platform/pipIrr-web/pom.xml +++ b/pipIrr-platform/pipIrr-web/pom.xml @@ -32,6 +32,7 @@ <module>pipIrr-web-app</module> <module>pipIrr-web-operation</module> <module>pipIrr-web-file</module> + <module>pipIrr-web-temp</module> </modules> <dependencies> @@ -225,6 +226,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