From c8445c382f5a7124bf37820b57982ae1aec6d258 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 18 Aug 2022 01:08:57 +0800 Subject: [PATCH] =?UTF-8?q?:building=5Fconstruction:=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=98=9F=E5=88=97=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-mq/pom.xml | 21 +++++++++++++++++++++ pom.xml | 1 + 2 files changed, 22 insertions(+) create mode 100644 demo-mq/pom.xml diff --git a/demo-mq/pom.xml b/demo-mq/pom.xml new file mode 100644 index 0000000..cbc06e7 --- /dev/null +++ b/demo-mq/pom.xml @@ -0,0 +1,21 @@ + + + + com.xkcoding + spring-boot-demo + 1.0.0-SNAPSHOT + + + 4.0.0 + + demo-mq + 1.0.0-SNAPSHOT + pom + + + 17 + + + diff --git a/pom.xml b/pom.xml index 4d7cbca..a1a3d54 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ demo-multi-datasource demo-cache demo-nosql + demo-mq demo-task demo-monitor