From 9f7459f1b405e1732086c1548449c5f0233a0b40 Mon Sep 17 00:00:00 2001
From: yh <1844516659@qq.com>
Date: Thu, 14 Jul 2022 10:28:07 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A3=9E=E6=BB=B4=E5=87=BA=E8=A1=8C=E7=BD=91?=
=?UTF-8?q?=E7=BA=A6=E8=BD=A62022-=E7=AC=AC26=E8=8A=82-=E7=88=B6=E5=AD=90?=
=?UTF-8?q?=E5=B7=A5=E7=A8=8B-=E9=A1=B9=E7=9B=AE=E5=88=9D=E5=A7=8B?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitignore | 59 ++++++++++++++++++++++++++++---------------
api-passenger/pom.xml | 15 +++++++++++
pom.xml | 20 +++++++++++++++
3 files changed, 73 insertions(+), 21 deletions(-)
create mode 100644 api-passenger/pom.xml
create mode 100644 pom.xml
diff --git a/.gitignore b/.gitignore
index 9154f4c..a533fc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,26 +1,43 @@
-# ---> Java
-# Compiled class file
-*.class
+HELP.md
+target/
+!**/src/main/**/target/
+!**/src/test/**/target/
-# Log file
-*.log
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
-# BlueJ files
-*.ctxt
+### IntelliJ project files ###
+.idea
+*.iws
+*.iml
+*.ipr
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
+#### NetBeans ###
+#/nbproject/private/
+#/nbbuild/
+#/dist/
+#/nbdist/
+#/.nb-gradle/
+#build/
+#!**/src/main/**/build/
+#!**/src/test/**/build/
-# Package Files #
-*.jar
-*.war
-*.nar
-*.ear
-*.zip
-*.tar.gz
-*.rar
-
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-hs_err_pid*
-replay_pid*
+### VS Code ###
+.vscode/
+/mvnw
+/mvnw.cmd
+/tapwater.iml
+/.idea
+/.mvn
+/target
+/HELP.md
+### Example user template template
+### Example user template
+# .gitignore
\ No newline at end of file
diff --git a/api-passenger/pom.xml b/api-passenger/pom.xml
new file mode 100644
index 0000000..9041a90
--- /dev/null
+++ b/api-passenger/pom.xml
@@ -0,0 +1,15 @@
+
+
+
+ online-taxi-public
+ com.mashibing
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ api-passenger
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..ce6c81b
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,20 @@
+
+
+ 4.0.0
+
+ com.mashibing
+ online-taxi-public
+ 1.0-SNAPSHOT
+
+ api-passenger
+
+ pom
+
+
+ 8
+ 8
+
+
+
\ No newline at end of file