Browse Source

update 优化 workflow 模块增加接口文档生成功能

疯狂的狮子Li 1 year ago
parent
commit
ddaefa3f60
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ruoyi-modules/ruoyi-workflow/pom.xml

+ 5 - 0
ruoyi-modules/ruoyi-workflow/pom.xml

@@ -129,6 +129,11 @@
             <artifactId>ruoyi-common-seata</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.dromara</groupId>
+            <artifactId>ruoyi-common-doc</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.dromara</groupId>
             <artifactId>ruoyi-api-workflow</artifactId>