From c8320995beb18f5463f7f1b5126faea0c5b29c79 Mon Sep 17 00:00:00 2001 From: dataprince Date: Thu, 17 Aug 2023 11:48:12 +0800 Subject: [PATCH] =?UTF-8?q?SpringBoot-Admin=E7=9B=91=E6=8E=A7=E9=9B=86?= =?UTF-8?q?=E6=88=90undertow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-extra/ruoyi-monitor/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ruoyi-extra/ruoyi-monitor/pom.xml b/ruoyi-extra/ruoyi-monitor/pom.xml index 8039e3c..4024aa1 100644 --- a/ruoyi-extra/ruoyi-monitor/pom.xml +++ b/ruoyi-extra/ruoyi-monitor/pom.xml @@ -16,6 +16,19 @@ org.springframework.boot spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + + + org.springframework.boot + spring-boot-starter-undertow