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

此提交包含在:
weihongyang
2022-06-29 16:33:10 +08:00
父節點 e277f2a32e
當前提交 3a090fb584
共有 2 個檔案被更改,包括 6 行新增0 行删除

查看文件

@@ -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>