From e784154c45f29aa56530b35da17e2ebe7cc86756 Mon Sep 17 00:00:00 2001
From: "Yangkai.Shen" <237497819@qq.com>
Date: Thu, 18 Aug 2022 01:01:46 +0800
Subject: [PATCH] =?UTF-8?q?:building=5Fconstruction:=20=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E7=BC=93=E5=AD=98=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
demo-cache/pom.xml | 20 ++++++++++++++++++++
pom.xml | 1 +
2 files changed, 21 insertions(+)
create mode 100644 demo-cache/pom.xml
diff --git a/demo-cache/pom.xml b/demo-cache/pom.xml
new file mode 100644
index 0000000..33162fd
--- /dev/null
+++ b/demo-cache/pom.xml
@@ -0,0 +1,20 @@
+
+
+
+ com.xkcoding
+ spring-boot-demo
+ 1.0.0-SNAPSHOT
+
+ 4.0.0
+
+ demo-cache
+ 1.0.0-SNAPSHOT
+ pom
+
+
+ 17
+
+
+
diff --git a/pom.xml b/pom.xml
index 7b9713a..ab4c1cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,7 @@
demo-template
demo-orm
demo-multi-datasource
+ demo-cache
demo-monitor