|  |  | 
 |  |  |         <module>pipIrr-web-operation</module> | 
 |  |  |         <module>pipIrr-web-file</module> | 
 |  |  |         <module>pipIrr-web-temp</module> | 
 |  |  |         <module>pipIrr-web-terminal</module> | 
 |  |  |     </modules> | 
 |  |  |  | 
 |  |  |     <dependencies> | 
 |  |  | 
 |  |  |             <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> | 
 |  |  | 
 |  |  |             </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> |