From e1507f52e66bbf1c5e16e2a743cdab3f73c7ef9f Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 18 二月 2025 12:05:14 +0800 Subject: [PATCH] 去掉某个依赖 --- ruoyi-common/ruoyi-common-web/pom.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-common/ruoyi-common-web/pom.xml b/ruoyi-common/ruoyi-common-web/pom.xml index 293c522..0f32dd7 100644 --- a/ruoyi-common/ruoyi-common-web/pom.xml +++ b/ruoyi-common/ruoyi-common-web/pom.xml @@ -37,11 +37,11 @@ </exclusion> </exclusions> </dependency> - <!-- web 瀹瑰櫒浣跨敤 undertow 鎬ц兘鏇村己 --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-undertow</artifactId> - </dependency> +<!-- <!– web 瀹瑰櫒浣跨敤 undertow 鎬ц兘鏇村己 –>--> +<!-- <dependency>--> +<!-- <groupId>org.springframework.boot</groupId>--> +<!-- <artifactId>spring-boot-starter-undertow</artifactId>--> +<!-- </dependency>--> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.8.0