From 1bcc7470bcae56cab80fc079629a71c6ab14a0eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=98=89=E4=BC=9F?= <1724121454@qq.com>
Date: Thu, 17 Jun 2021 17:24:36 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=EF=BC=9AZ=5FNWA=5FUSER=20=20?=
=?UTF-8?q?=E5=BE=80=20=20USR=E8=A1=A8=E5=AF=BC=E6=95=B0=E6=8D=AE=E7=9A=84?=
=?UTF-8?q?listenr=E7=9B=91=E5=90=AC=E5=99=A8=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
listener/listener.iml | 223 ++++++++++++++++++++++++++++++++++++++++++
listener/pom.xml | 61 ++++++++++++
2 files changed, 284 insertions(+)
create mode 100644 listener/listener.iml
create mode 100644 listener/pom.xml
diff --git a/listener/listener.iml b/listener/listener.iml
new file mode 100644
index 00000000..c65cd8df
--- /dev/null
+++ b/listener/listener.iml
@@ -0,0 +1,223 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/listener/pom.xml b/listener/pom.xml
new file mode 100644
index 00000000..c8590097
--- /dev/null
+++ b/listener/pom.xml
@@ -0,0 +1,61 @@
+
+
+
+ mesnac
+ com.foreverwin.mesnac
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ listener
+
+
+ UTF-8
+ 1.8
+ 1.8
+
+
+
+
+ com.foreverwin.modular
+ modular-core
+
+
+
+ com.foreverwin.modular
+ modular-melib
+
+
+
+ mysql
+ mysql-connector-java
+ 8.0.15
+
+
+ com.foreverwin.mesnac
+ meapi
+
+
+ com.foreverwin.mesnac
+ common
+
+
+
+ org.springframework.boot
+ spring-boot-starter-quartz
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+
+
+
+
+ org.apache.httpcomponents
+ httpclient
+
+
+
+
\ No newline at end of file