From b5c7ca7264740d6e32c5f3f8966f294134aa6fc2 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 08 六月 2023 16:54:37 +0800
Subject: [PATCH] 宣教加swagger

---
 pom.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 85c5c54..1b7abf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,13 @@
                 <version>${ruoyi.version}</version>
             </dependency>
 
+            <!-- 閫氱敤宸ュ叿-->
+            <dependency>
+                <groupId>com.ruoyi</groupId>
+                <artifactId>smartor</artifactId>
+                <version>${ruoyi.version}</version>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 
@@ -188,6 +195,7 @@
         <module>ruoyi-quartz</module>
         <module>ruoyi-generator</module>
         <module>ruoyi-common</module>
+        <module>smartor</module>
     </modules>
     <packaging>pom</packaging>
 

--
Gitblit v1.9.3