diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..35410ca
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
new file mode 100644
index 0000000..4875a21
--- /dev/null
+++ b/.idea/compiler.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..d2b2105
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
new file mode 100644
index 0000000..abb532a
--- /dev/null
+++ b/.idea/jarRepositories.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..132404b
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/api-passenger/pom.xml b/api-passenger/pom.xml
new file mode 100644
index 0000000..0efc0bc
--- /dev/null
+++ b/api-passenger/pom.xml
@@ -0,0 +1,25 @@
+
+
+ 4.0.0
+
+ com.kaiupup
+ online-taxi-public
+ 1.0-SNAPSHOT
+
+
+ api-passenger
+
+
+ 8
+ 8
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+
\ No newline at end of file
diff --git a/api-passenger/src/main/java/com/kaiupup/ApiPassengerApplication.java b/api-passenger/src/main/java/com/kaiupup/ApiPassengerApplication.java
new file mode 100644
index 0000000..24116cf
--- /dev/null
+++ b/api-passenger/src/main/java/com/kaiupup/ApiPassengerApplication.java
@@ -0,0 +1,13 @@
+package com.kaiupup;
+
+/**
+ * @projectName: online-taxi-public
+ * @package: com.kaiupup
+ * @className: ApiPassengerApplication
+ * @author: kaiupup
+ * @description: TODO
+ * @date: 2023/7/19 21:55
+ * @version: 1.0
+ */
+public class ApiPassengerApplication {
+}
diff --git a/api-passenger/target/api-passenger-1.0-SNAPSHOT.jar b/api-passenger/target/api-passenger-1.0-SNAPSHOT.jar
new file mode 100644
index 0000000..9a2a073
Binary files /dev/null and b/api-passenger/target/api-passenger-1.0-SNAPSHOT.jar differ
diff --git a/api-passenger/target/classes/com/kaiupup/Main.class b/api-passenger/target/classes/com/kaiupup/Main.class
new file mode 100644
index 0000000..b371a30
Binary files /dev/null and b/api-passenger/target/classes/com/kaiupup/Main.class differ
diff --git a/api-passenger/target/maven-archiver/pom.properties b/api-passenger/target/maven-archiver/pom.properties
new file mode 100644
index 0000000..16527c2
--- /dev/null
+++ b/api-passenger/target/maven-archiver/pom.properties
@@ -0,0 +1,5 @@
+#Generated by Maven
+#Tue Jul 18 22:21:30 CST 2023
+version=1.0-SNAPSHOT
+groupId=com.kaiupup
+artifactId=api-passenger
diff --git a/api-passenger/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/api-passenger/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
new file mode 100644
index 0000000..8a48acf
--- /dev/null
+++ b/api-passenger/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
@@ -0,0 +1 @@
+com/kaiupup/Main.class
diff --git a/api-passenger/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/api-passenger/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
new file mode 100644
index 0000000..c824a32
--- /dev/null
+++ b/api-passenger/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
@@ -0,0 +1 @@
+/Users/zhaokai/Desktop/study/java/code/online-taxi/online-taxi-public/api-passenger/src/main/java/com/kaiupup/Main.java
diff --git a/api-passenger/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/api-passenger/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
new file mode 100644
index 0000000..e69de29
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..0a5305e
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,29 @@
+
+
+ 4.0.0
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.4.13
+
+
+ com.kaiupup
+ online-taxi-public
+ 1.0-SNAPSHOT
+ pom
+
+ api-passenger
+
+
+
+ 8
+ 8
+
+
+
+
+
+
\ No newline at end of file