feat: 添加websocket模块之后maven必要添加

This commit is contained in:
weihongyang 2022-06-29 16:33:10 +08:00
parent e277f2a32e
commit 3a090fb584
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<module>ym-barcode</module>
<module>ym-basic</module>
<module>ym-schedule-task</module>
<module>ym-websocket</module>
</modules>
<packaging>pom</packaging>

View File

@ -42,6 +42,11 @@
<artifactId>ym-schedule-task</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.cnbm</groupId>
<artifactId>ym-websocket</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>