Browse Source

添加LomBook依赖

Signed-off-by: hamjin <335908093@qq.com>
hamjin 2 years ago
parent
commit
80f38a6b6e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      ruoyi-common/pom.xml

+ 7 - 0
ruoyi-common/pom.xml

@@ -139,6 +139,13 @@
             <artifactId>javax.servlet-api</artifactId>
         </dependency>
 
+        <!--Lombook-->
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <version>1.18.20</version>
+        </dependency>
+
     </dependencies>
 
 </project>