From 185c95776261a46e43974ba704023ccfc70f95a0 Mon Sep 17 00:00:00 2001
From: XiaoHH <1431984546@qq.com>
Date: Tue, 30 May 2023 21:03:19 +0800
Subject: [PATCH] =?UTF-8?q?pom.xml=E7=9A=84=E6=8F=8F=E8=BF=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/api-passenger/pom.xml | 1 +
api/pom.xml | 1 +
common/common-contant/.gitignore | 38 --------------------------------
common/common-entity/.gitignore | 38 --------------------------------
common/common-util/pom.xml | 1 +
5 files changed, 3 insertions(+), 76 deletions(-)
delete mode 100644 common/common-contant/.gitignore
delete mode 100644 common/common-entity/.gitignore
diff --git a/api/api-passenger/pom.xml b/api/api-passenger/pom.xml
index 6947994..0ba332c 100644
--- a/api/api-passenger/pom.xml
+++ b/api/api-passenger/pom.xml
@@ -8,6 +8,7 @@
api
1.0-SNAPSHOT
+ 乘客端的api模块
jar
diff --git a/api/pom.xml b/api/pom.xml
index c795c07..6e4a913 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -9,6 +9,7 @@
1.0-SNAPSHOT
pom
+ api模块的聚合项目
api-passenger
diff --git a/common/common-contant/.gitignore b/common/common-contant/.gitignore
deleted file mode 100644
index 5ff6309..0000000
--- a/common/common-contant/.gitignore
+++ /dev/null
@@ -1,38 +0,0 @@
-target/
-!.mvn/wrapper/maven-wrapper.jar
-!**/src/main/**/target/
-!**/src/test/**/target/
-
-### IntelliJ IDEA ###
-.idea/modules.xml
-.idea/jarRepositories.xml
-.idea/compiler.xml
-.idea/libraries/
-*.iws
-*.iml
-*.ipr
-
-### Eclipse ###
-.apt_generated
-.classpath
-.factorypath
-.project
-.settings
-.springBeans
-.sts4-cache
-
-### NetBeans ###
-/nbproject/private/
-/nbbuild/
-/dist/
-/nbdist/
-/.nb-gradle/
-build/
-!**/src/main/**/build/
-!**/src/test/**/build/
-
-### VS Code ###
-.vscode/
-
-### Mac OS ###
-.DS_Store
\ No newline at end of file
diff --git a/common/common-entity/.gitignore b/common/common-entity/.gitignore
deleted file mode 100644
index 5ff6309..0000000
--- a/common/common-entity/.gitignore
+++ /dev/null
@@ -1,38 +0,0 @@
-target/
-!.mvn/wrapper/maven-wrapper.jar
-!**/src/main/**/target/
-!**/src/test/**/target/
-
-### IntelliJ IDEA ###
-.idea/modules.xml
-.idea/jarRepositories.xml
-.idea/compiler.xml
-.idea/libraries/
-*.iws
-*.iml
-*.ipr
-
-### Eclipse ###
-.apt_generated
-.classpath
-.factorypath
-.project
-.settings
-.springBeans
-.sts4-cache
-
-### NetBeans ###
-/nbproject/private/
-/nbbuild/
-/dist/
-/nbdist/
-/.nb-gradle/
-build/
-!**/src/main/**/build/
-!**/src/test/**/build/
-
-### VS Code ###
-.vscode/
-
-### Mac OS ###
-.DS_Store
\ No newline at end of file
diff --git a/common/common-util/pom.xml b/common/common-util/pom.xml
index 2e3ddb5..7b98d55 100644
--- a/common/common-util/pom.xml
+++ b/common/common-util/pom.xml
@@ -8,6 +8,7 @@
common
1.0-SNAPSHOT
+ util 工具模块
common-util