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