commit eb26ddd402f0bc5e906d7140d343b55cb2b09130 Author: xueye Date: Fri Jul 2 08:30:58 2021 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a81fa8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +**/pom.xml.versionsBackup +**/target/ +**/out/ +*.class +# Mobile Tools for Java (J2ME) +.mtj.tmp/ +.idea/ +/nbproject +*.ipr +*.iws +*.iml + +# Package Files # +*.jar +*.war +*.ear +*.log +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +**/transaction-logs/ +!/.mvn/wrapper/maven-wrapper.jar +/data/ +*.db +/static/ +/upload +/ui/upload/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e7d98bb --- /dev/null +++ b/pom.xml @@ -0,0 +1,21 @@ + + + 4.0.0 + + com.cicdi + notify + pom + 1.0-SNAPSHOT + + notify-core + notify-sms + + + + 8 + 8 + + + \ No newline at end of file