From 3e6e74df655866db1cb9e86b8205a0e65f901a47 Mon Sep 17 00:00:00 2001 From: HuangXin Date: Thu, 6 Aug 2020 18:12:51 +0800 Subject: [PATCH] =?UTF-8?q?OCT=20REM:=201.=20=E8=A7=A3=E5=86=B3Tomecat?= =?UTF-8?q?=E4=B8=AD=E9=97=B4=E4=BB=B6=E9=A3=8E=E9=99=A9=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E6=94=B9=E7=94=A8undertow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index bc00c4c6..ab6ba551 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,20 @@ ipaddress 5.2.1 + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-undertow +