[add] 新增无人机模块后端项目
[refactor] 重构后端项目
This commit is contained in:
		
							
								
								
									
										43
									
								
								drone/ruoyi-wayline/pom.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								drone/ruoyi-wayline/pom.xml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,43 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <project xmlns="http://maven.apache.org/POM/4.0.0" | ||||
|          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||||
|          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||||
|     <modelVersion>4.0.0</modelVersion> | ||||
|     <parent> | ||||
|         <groupId>com.ruoyi</groupId> | ||||
|         <artifactId>Ruoyi-Vue</artifactId> | ||||
|         <version>3.8.8</version> | ||||
|     </parent> | ||||
|  | ||||
|     <artifactId>ruoyi-wayline</artifactId> | ||||
|  | ||||
|     <properties> | ||||
|         <maven.compiler.source>11</maven.compiler.source> | ||||
|         <maven.compiler.target>11</maven.compiler.target> | ||||
|         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
|     </properties> | ||||
|  | ||||
|     <dependencies> | ||||
|         <!-- 通用工具--> | ||||
|         <dependency> | ||||
|             <groupId>com.ruoyi</groupId> | ||||
|             <artifactId>ruoyi-system</artifactId> | ||||
|         </dependency> | ||||
|  | ||||
|         <dependency> | ||||
|             <groupId>org.projectlombok</groupId> | ||||
|             <artifactId>lombok</artifactId> | ||||
|         </dependency> | ||||
|  | ||||
|         <dependency> | ||||
|             <groupId>cn.hutool</groupId> | ||||
|             <artifactId>hutool-all</artifactId> | ||||
|             <version>5.8.22</version> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>org.modelmapper</groupId> | ||||
|             <artifactId>modelmapper</artifactId> | ||||
|             <version>3.1.1</version> | ||||
|         </dependency> | ||||
|     </dependencies> | ||||
| </project> | ||||
		Reference in New Issue
	
	Block a user