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

This commit is contained in:
liwen
2021-01-14 16:58:16 +08:00
3 changed files with 17 additions and 3 deletions

View File

@@ -104,7 +104,7 @@
<artifactId>DmJdbcDriver</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/DmJdbcDriver-1.0.0.jar</systemPath>
<systemPath>${pom.basedir}/libs/DmJdbcDriver-1.0.0.jar</systemPath>
</dependency>
<dependency>
@@ -112,7 +112,7 @@
<artifactId>pinyin4j</artifactId>
<version>2.5.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/pinyin4j-2.5.0.jar</systemPath>
<systemPath>${pom.basedir}/libs/pinyin4j-2.5.0.jar</systemPath>
</dependency>
</dependencies>
@@ -130,6 +130,14 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>