From 49132500e04ccca2100f181b523fcdf1202e7334 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 28 六月 2024 13:38:26 +0800 Subject: [PATCH] 首页调整 --- pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 6a1ebf1..81ae332 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,13 @@ <dependencies> + + <!-- websocket --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-websocket</artifactId> + </dependency> + <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> -- Gitblit v1.8.0