|
@@ -1,53 +0,0 @@
|
|
|
-<?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">
|
|
|
|
|
- <parent>
|
|
|
|
|
- <artifactId>fs</artifactId>
|
|
|
|
|
- <groupId>com.fs</groupId>
|
|
|
|
|
- <version>1.1.0</version>
|
|
|
|
|
- </parent>
|
|
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
|
|
- <packaging>jar</packaging>
|
|
|
|
|
- <artifactId>fs-agent</artifactId>
|
|
|
|
|
-
|
|
|
|
|
- <description>
|
|
|
|
|
- 代理端服务模块(agentui后端)
|
|
|
|
|
- </description>
|
|
|
|
|
-
|
|
|
|
|
- <dependencies>
|
|
|
|
|
- <!-- 核心模块-->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.fs</groupId>
|
|
|
|
|
- <artifactId>fs-framework</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- 服务模块-->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.fs</groupId>
|
|
|
|
|
- <artifactId>fs-service</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- Spring Boot Starter Web -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- MyBatis Plus -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
|
|
- <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
|
- <version>3.4.2</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- <!-- Lombok -->
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
|
|
- <optional>true</optional>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
- </dependencies>
|
|
|
|
|
-
|
|
|
|
|
-</project>
|
|
|