From fd906630ff299538c47e27a97db2000c6ee0251e Mon Sep 17 00:00:00 2001 From: zangkun Date: Thu, 7 Jul 2022 12:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++++++++ pom.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 84adb3f..3011fa8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + # ---> Java # Compiled class file *.class @@ -23,3 +29,6 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +/target/ +/dependency-reduced-pom.xml + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..9181b87 --- /dev/null +++ b/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + com.qniao + iot-machine-status-event-generator + 0.0.1-SNAPSHOT + pom +