chore: change jetty to undertow

This commit is contained in:
ReaJason
2025-12-08 01:43:41 +08:00
parent bfda586d58
commit 40e6c55b6d
+1 -1
View File
@@ -33,7 +33,7 @@ dependencies {
exclude(group = "org.springframework.boot", module = "spring-boot-starter-tomcat")
}
implementation(libs.commons.lang3)
implementation("org.springframework.boot:spring-boot-starter-jetty")
implementation("org.springframework.boot:spring-boot-starter-undertow")
compileOnly("org.projectlombok:lombok")
developmentOnly("org.springframework.boot:spring-boot-devtools")
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")