From d8d129a2e41f7099968cb4f4dc1b028ab985135f Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期四, 16 十一月 2023 20:20:47 +0800 Subject: [PATCH] Changes14 --- 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