浏览代码

接口文档

lsw 1 年之前
父节点
当前提交
6094774411
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      ruoyi-admin/pom.xml

+ 4 - 3
ruoyi-admin/pom.xml

@@ -85,10 +85,11 @@
             <artifactId>hutool-all</artifactId>
             <version>5.8.16</version>
         </dependency>
+        <!-- knife4j -->
         <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-all</artifactId>
-            <version>4.1.59.Final</version>
+            <groupId>com.github.xiaoymin</groupId>
+            <artifactId>knife4j-spring-boot-starter</artifactId>
+            <version>3.0.3</version>
         </dependency>
     </dependencies>
     <build>