From 3b499b134416125631262be98b56dd9a9b311d39 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Fri, 30 Aug 2024 11:26:57 +0800
Subject: [PATCH] 使用SpringDoc代替Swagger
---
ruoyi-modules/ruoyi-file/pom.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-modules/ruoyi-file/pom.xml b/ruoyi-modules/ruoyi-file/pom.xml
index 3d868c4..f342119 100644
--- a/ruoyi-modules/ruoyi-file/pom.xml
+++ b/ruoyi-modules/ruoyi-file/pom.xml
@@ -40,6 +40,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
+
+ <!-- SpringBoot Web -->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-web</artifactId>
+ </dependency>
<!-- FastDFS -->
<dependency>
@@ -58,12 +64,6 @@
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-api-system</artifactId>
- </dependency>
-
- <!-- RuoYi Common Swagger -->
- <dependency>
- <groupId>com.ruoyi</groupId>
- <artifactId>ruoyi-common-swagger</artifactId>
</dependency>
</dependencies>
--
Gitblit v1.9.3