Browse Source

update ruoyi-demo 增加 knife4j 依赖

疯狂的狮子li 4 years ago
parent
commit
39793318a0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ruoyi-demo/pom.xml

+ 5 - 0
ruoyi-demo/pom.xml

@@ -23,6 +23,11 @@
             <artifactId>ruoyi-common</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.github.xiaoymin</groupId>
+            <artifactId>knife4j-spring-boot-starter</artifactId>
+        </dependency>
+
     </dependencies>
 
 </project>