From 3a090fb584e4053a9f89dccb82e7d78055a6a78a Mon Sep 17 00:00:00 2001 From: weihongyang <1075331873@qq.com> Date: Wed, 29 Jun 2022 16:33:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0websocket=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E4=B9=8B=E5=90=8Emaven=E5=BF=85=E8=A6=81=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 1 + ym-gateway/pom.xml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 50bd528..e30dc2c 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ ym-barcode ym-basic ym-schedule-task + ym-websocket pom diff --git a/ym-gateway/pom.xml b/ym-gateway/pom.xml index 383e4be..a47ed6c 100644 --- a/ym-gateway/pom.xml +++ b/ym-gateway/pom.xml @@ -42,6 +42,11 @@ ym-schedule-task 1.0-SNAPSHOT + + com.cnbm + ym-websocket + 1.0-SNAPSHOT + io.springfox springfox-boot-starter