From 414f478bd62c900df1f646ecbb9dea554cd5d61f Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 18 Aug 2022 00:31:46 +0800 Subject: [PATCH] =?UTF-8?q?:building=5Fconstruction:=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-base/pom.xml | 20 ++++++++++++++++++++ pom.xml | 1 + 2 files changed, 21 insertions(+) create mode 100644 demo-base/pom.xml diff --git a/demo-base/pom.xml b/demo-base/pom.xml new file mode 100644 index 0000000..f9f2dcb --- /dev/null +++ b/demo-base/pom.xml @@ -0,0 +1,20 @@ + + + + spring-boot-demo + com.xkcoding + 1.0.0-SNAPSHOT + + + 4.0.0 + + demo-base + 1.0.0-SNAPSHOT + + + 17 + + + diff --git a/pom.xml b/pom.xml index cf2b699..c1bfaff 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ common-tools + demo-base demo-helloworld demo-properties demo-actuator