diff --git a/demo-nosql/pom.xml b/demo-nosql/pom.xml new file mode 100644 index 0000000..1a8fb5c --- /dev/null +++ b/demo-nosql/pom.xml @@ -0,0 +1,20 @@ + + + + com.xkcoding + spring-boot-demo + 1.0.0-SNAPSHOT + + 4.0.0 + + demo-nosql + 1.0.0-SNAPSHOT + pom + + + 17 + + + diff --git a/pom.xml b/pom.xml index ab4c1cb..4ff2b3e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ demo-orm demo-multi-datasource demo-cache + demo-nosql demo-monitor