From b1b15185eba4a0135bdf539e82c80580cf7e4829 Mon Sep 17 00:00:00 2001 From: oc <1490535+ocoooo@user.noreply.gitee.com> Date: Mon, 25 Dec 2023 00:51:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(websocket):=20=E4=BF=AE=E5=A4=8D=20websocke?= =?UTF-8?q?t=20=E5=A4=B1=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml index 122787aec..9b59db580 100644 --- a/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml @@ -65,6 +65,12 @@ com.baomidou dynamic-datasource-spring-boot3-starter + + + org.springframework.boot + spring-boot-starter-undertow + +