From 52044e7dbb0efca9c6672d154f5edfacccfe4091 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 19 Oct 2020 20:16:35 +0300 Subject: Tomcat -> Undertow --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c4d0aaf0..a4cf29cf 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,10 @@ dependencies { compile ('org.springframework.boot:spring-boot-starter-security') compile ('org.springframework.boot:spring-boot-starter-jdbc') compile ("org.springframework.boot:spring-boot-starter-security") - compile ("org.springframework.boot:spring-boot-starter-web") + compile ("org.springframework.boot:spring-boot-starter-web") { + exclude module: "spring-boot-starter-tomcat" + } + compile ("org.springframework.boot:spring-boot-starter-undertow") compile ("org.springframework.boot:spring-boot-starter-json") compile ("org.springframework.boot:spring-boot-starter-actuator") compile ('org.springframework.boot:spring-boot-devtools') -- cgit v1.2.3