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