From e39a8549581b04b821b991d59545f4591fd5d4ce Mon Sep 17 00:00:00 2001
From: "Yangkai.Shen" <237497819@qq.com>
Date: Thu, 18 Aug 2022 01:20:48 +0800
Subject: [PATCH] =?UTF-8?q?:building=5Fconstruction:=20=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E5=85=B6=E4=BB=96=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
demo-others/pom.xml | 21 +++++++++++++++++++++
pom.xml | 1 +
2 files changed, 22 insertions(+)
create mode 100644 demo-others/pom.xml
diff --git a/demo-others/pom.xml b/demo-others/pom.xml
new file mode 100644
index 0000000..63c4e35
--- /dev/null
+++ b/demo-others/pom.xml
@@ -0,0 +1,21 @@
+
+
+
+ com.xkcoding
+ spring-boot-demo
+ 1.0.0-SNAPSHOT
+
+
+ 4.0.0
+
+ demo-others
+ 1.0.0-SNAPSHOT
+ pom
+
+
+ 17
+
+
+
diff --git a/pom.xml b/pom.xml
index c5e4e0f..c47c5b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,7 @@
demo-idempotent
demo-workflow
demo-package
+ demo-others