From ba78abc9afc4e157ae27848a37df5347fb4cac2c Mon Sep 17 00:00:00 2001 From: "Stormeye.Wu" Date: Wed, 29 Aug 2018 17:50:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8D=87=E7=BA=A7springboot=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E7=94=A8undertow=E4=BB=A3=E6=9B=BFtomcat][=E4=BC=98?= =?UTF-8?q?=E5=8C=96]:=E4=BC=98=E5=8C=96=E5=90=8E=E5=8F=B0=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 53c9af695..15864e45c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.9.RELEASE + 1.5.15.RELEASE @@ -32,6 +32,16 @@ org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-undertow org.springframework.boot