From 7ee48fedb2c8a0a6ca0495c6e4f2ca14d64e482c Mon Sep 17 00:00:00 2001 From: huangzhen <867217663@qq.com> Date: 星期一, 11 九月 2023 15:31:23 +0800 Subject: [PATCH] 增加mapper包以及配置类加入扫描mapper范围 --- ruoyi-admin/pom.xml | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 1436d6d..82c8ae9 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -60,7 +60,16 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi-generator</artifactId> </dependency> - + <!--文件--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-file</artifactId> + </dependency> + <!--考试系统--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>exam-system</artifactId> + </dependency> </dependencies> <build> -- Gitblit v1.9.2