From 06f3b06a219524853901095ccac4345cf323e364 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 18 Aug 2022 00:57:45 +0800 Subject: [PATCH] =?UTF-8?q?:building=5Fconstruction:=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=BC=95=E6=93=8E=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-template/pom.xml | 21 +++++++++++++++++++++ pom.xml | 1 + 2 files changed, 22 insertions(+) create mode 100644 demo-template/pom.xml diff --git a/demo-template/pom.xml b/demo-template/pom.xml new file mode 100644 index 0000000..4488a5d --- /dev/null +++ b/demo-template/pom.xml @@ -0,0 +1,21 @@ + + + + com.xkcoding + spring-boot-demo + 1.0.0-SNAPSHOT + + + 4.0.0 + + demo-template + 1.0.0-SNAPSHOT + pom + + + 17 + + + diff --git a/pom.xml b/pom.xml index d119f43..3fe10ef 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,7 @@ common-tools demo-base demo-log + demo-template demo-monitor