From 64a53b2fec35db4c9505f1addb585169400096cd Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期五, 21 三月 2025 17:24:51 +0800 Subject: [PATCH] 生成示范区项目(延庆、黑龙江、甘州、凉州、金川)的配置文件 --- pipIrr-platform/pom.xml | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 41 insertions(+), 3 deletions(-) diff --git a/pipIrr-platform/pom.xml b/pipIrr-platform/pom.xml index 62c1229..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> @@ -85,6 +87,13 @@ <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> @@ -186,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> @@ -271,11 +287,11 @@ <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> @@ -296,6 +312,28 @@ <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