From 14e6a1798e2c84ad40b5e15a344823e35895ebc6 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 07 七月 2025 18:03:41 +0800 Subject: [PATCH] 修改登录页面和Swagger --- se-gateway/pom.xml | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/se-gateway/pom.xml b/se-gateway/pom.xml index 437e766..b560326 100644 --- a/se-gateway/pom.xml +++ b/se-gateway/pom.xml @@ -52,23 +52,10 @@ <artifactId>sentinel-datasource-nacos</artifactId> </dependency> - <!-- SpringBoot Actuator --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-actuator</artifactId> - </dependency> - <!-- SpringCloud Loadbalancer --> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-loadbalancer</artifactId> - </dependency> - - <!-- Springdoc --> - <dependency> - <groupId>org.springdoc</groupId> - <artifactId>springdoc-openapi-webflux-ui</artifactId> - <version>${springdoc.version}</version> </dependency> <!-- se-common --> -- Gitblit v1.9.3