From 67ba3d8510c75f62c53d97399d8b9ef3d01196c8 Mon Sep 17 00:00:00 2001 From: zf <1603559716@qq.com> Date: 星期四, 07 九月 2023 09:26:59 +0800 Subject: [PATCH] 考试系统框架整理,以及集成mybatis-plus --- 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