From 2a51fa284f0964dde85dd4f2898e9a408ef432b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Mon, 8 Jul 2024 13:04:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0websocket=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- das/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/das/pom.xml b/das/pom.xml index a87c77b7..2fa7fdc6 100644 --- a/das/pom.xml +++ b/das/pom.xml @@ -45,6 +45,11 @@ org.springframework.boot spring-boot-starter-undertow + + + org.springframework.boot + spring-boot-starter-websocket +