From f2597f5b7a8da61748f3bcc972450d409de93c18 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 16 十一月 2023 10:05:08 +0800 Subject: [PATCH] 销售订单-修改6 --- mes-common/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/mes-common/pom.xml b/mes-common/pom.xml index fa9c0de..3c97df9 100644 --- a/mes-common/pom.xml +++ b/mes-common/pom.xml @@ -26,6 +26,11 @@ <artifactId>commons-text</artifactId> <version>1.3</version> </dependency> + <!-- 寮曞叆websocket --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-websocket</artifactId> + </dependency> <dependency> <groupId>commons-net</groupId> -- Gitblit v1.9.3