增加websocket,增加定时任务管理

This commit is contained in:
liwen
2021-01-14 16:52:47 +08:00
parent 12fd9dc2cb
commit 9c1db9d032
236 changed files with 6453 additions and 1496 deletions

View File

@@ -8,7 +8,7 @@
<version>2.4.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.epri</groupId>
<groupId>com.fx</groupId>
<artifactId>falsework-sever</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>falsework-sever</name>
@@ -106,11 +106,7 @@
<scope>system</scope>
<systemPath>${basedir}/libs/DmJdbcDriver-1.0.0.jar</systemPath>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.14</version>
</dependency>
<dependency>
<groupId>pinyin4j</groupId>
<artifactId>pinyin4j</artifactId>