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