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