diff --git a/demo-orm/pom.xml b/demo-orm/pom.xml new file mode 100644 index 0000000..c4836ff --- /dev/null +++ b/demo-orm/pom.xml @@ -0,0 +1,20 @@ + + + + com.xkcoding + spring-boot-demo + 1.0.0-SNAPSHOT + + 4.0.0 + + demo-orm + 1.0.0-SNAPSHOT + pom + + + 17 + + + diff --git a/pom.xml b/pom.xml index 3fe10ef..1ffb4f3 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ demo-base demo-log demo-template + demo-orm demo-monitor