From fa60936a3ce4b4f041671af77fa1dc27bfca72c4 Mon Sep 17 00:00:00 2001 From: zettastor Date: Fri, 30 Dec 2022 13:08:27 -0600 Subject: [PATCH] initial commit --- .gitignore | 5 +++++ pom.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..045aa00 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# ignore all files except pom.xml +################### +* +!pom.xml +!.gitignore diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..3af58e4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,27 @@ + + 4.0.0 + + root + com.pengyun + 1.0.0-OS-SNAPSHOT + + + com.pengyun.lib + lib-root + 1.0.0-OS-SNAPSHOT + pom + + + + pengyun-core + pengyun-database_core + pengyun-models + pengyun-dih_model + pengyun-dih_client + pengyun-query_log + pengyun-configuration_common + pengyun-monitor_common + +