From 0493a61741bcfb191fa758709a8a89c24b3a7ec4 Mon Sep 17 00:00:00 2001
From: "1351515658@qq.com" <1351515658@qq.com>
Date: Mon, 29 Jul 2024 16:53:04 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20=E8=BF=90=E8=A1=8Cweb?=
=?UTF-8?q?=E5=AE=B9=E5=99=A8tomcat->undertow?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../yudao-spring-boot-starter-web/pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/yudao-framework/yudao-spring-boot-starter-web/pom.xml b/yudao-framework/yudao-spring-boot-starter-web/pom.xml
index 56c28d5a7..0b2a9f4ed 100644
--- a/yudao-framework/yudao-spring-boot-starter-web/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-web/pom.xml
@@ -32,6 +32,18 @@
org.springframework.boot
spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-undertow