From 8a8aff34125e2874005d0f9c3ac8ec4ac6354f42 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 02 七月 2025 14:44:13 +0800 Subject: [PATCH] 解决gateway启动异常 --- se-common/pom.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/se-common/pom.xml b/se-common/pom.xml index a47dd61..7317e9a 100644 --- a/se-common/pom.xml +++ b/se-common/pom.xml @@ -113,12 +113,6 @@ <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> - <!-- SpringBoot Web --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - </dependency> - <!-- SpringDoc webmvc --> <dependency> <groupId>org.springdoc</groupId> -- Gitblit v1.9.3