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