From ee86e280395eac2863cb7d9e7eb812bf192988f2 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 26 六月 2024 18:05:37 +0800 Subject: [PATCH] feat:考试监控 --- 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