From 7ee48fedb2c8a0a6ca0495c6e4f2ca14d64e482c Mon Sep 17 00:00:00 2001
From: huangzhen <867217663@qq.com>
Date: Mon, 11 Sep 2023 15:31:23 +0800
Subject: [PATCH] 增加mapper包以及配置类加入扫描mapper范围
---
ruoyi-common/pom.xml | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 71fea1e..54060bb 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -125,7 +125,20 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
-
+ <!--mybatis-plus-->
+ <dependency>
+ <groupId>com.baomidou</groupId>
+ <artifactId>mybatis-plus-boot-starter</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>cn.hutool</groupId>
+ <artifactId>hutool-all</artifactId>
+ </dependency>
+ <!--lombok-->
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.9.2