From f396379c855e96ca1f09c6d20d6875e43406a2bb Mon Sep 17 00:00:00 2001 From: maojian <550076202@qq.com> Date: Mon, 29 Dec 2025 16:30:25 +0800 Subject: [PATCH] =?UTF-8?q?opai=E6=9C=8D=E5=8A=A1=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .classpath | 40 ++++++++++++++++++++++++++++++++++++++++ .gitignore | 3 +++ .project | 23 +++++++++++++++++++++++ pom.xml | 6 ++++++ 4 files changed, 72 insertions(+) create mode 100644 .classpath create mode 100644 .gitignore create mode 100644 .project create mode 100644 pom.xml diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..f7e4a1d --- /dev/null +++ b/.classpath @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40cbd51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target/ +/logs/ +/.settings/ \ No newline at end of file diff --git a/.project b/.project new file mode 100644 index 0000000..63fddf9 --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + opai-service-center + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a9a2907 --- /dev/null +++ b/pom.xml @@ -0,0 +1,6 @@ + + 4.0.0 + com.bw + opai-service-center + 0.0.1-SNAPSHOT + \ No newline at end of file