|  |  | 
 |  |  |     <modules> | 
 |  |  |         <module>pipIrr-common</module> | 
 |  |  |         <module>pipIrr-global</module> | 
 |  |  |         <module>pipIrr-web</module> | 
 |  |  |         <module>pipIrr-mw</module> | 
 |  |  |         <module>pipIrr-web</module> | 
 |  |  |     </modules> | 
 |  |  |  | 
 |  |  |     <properties> | 
 |  |  |         <!-- 与java.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> | 
 |  |  | 
 |  |  |                 <scope>import</scope> | 
 |  |  |             </dependency> | 
 |  |  |  | 
 |  |  |             <!-- 输入参数据验证 --> | 
 |  |  |             <dependency> | 
 |  |  |                 <groupId>org.springframework.boot</groupId> | 
 |  |  |                 <artifactId>spring-boot-starter-validation</artifactId> | 
 |  |  | 
 |  |  |             <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> | 
 |  |  | 
 |  |  |                 <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> | 
 |  |  | 
 |  |  |                 <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> |