We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e7281 commit 616ee31Copy full SHA for 616ee31
boot/build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
exclude(group = "org.springframework.boot", module = "spring-boot-starter-tomcat")
34
}
35
implementation(libs.commons.lang3)
36
- implementation("org.springframework.boot:spring-boot-starter-jetty")
+ implementation("org.springframework.boot:spring-boot-starter-undertow")
37
compileOnly("org.projectlombok:lombok")
38
developmentOnly("org.springframework.boot:spring-boot-devtools")
39
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
0 commit comments