From 876d9b8cbe4ab0bbb72bbdc50d6ceb897d4f4f89 Mon Sep 17 00:00:00 2001
From: xiongxiaoyang <1179705413@qq.com>
Date: Sun, 2 Jun 2024 12:15:05 +0800
Subject: [PATCH] =?UTF-8?q?build:=20=E4=BD=BF=E7=94=A8=E9=BB=98=E8=AE=A4?=
=?UTF-8?q?=E7=9A=84=20Spring=20Boot=20=E5=86=85=E5=B5=8C=20Web=20?=
=?UTF-8?q?=E5=AE=B9=E5=99=A8=EF=BC=8C=E5=AE=9E=E7=8E=B0=E8=99=9A=E6=8B=9F?=
=?UTF-8?q?=E7=BA=BF=E7=A8=8B=E5=A4=84=E7=90=86=E8=AF=B7=E6=B1=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Spring Boot v3.3.0-M3 删除了对 Undertow 的虚拟线程支持,因为它会泄漏内存
---
pom.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index bb95e45..c4f4767 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,19 +31,6 @@
org.springframework.boot
spring-boot-starter-web
-
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-undertow