1. 若依框架修改器
若依框架修改器是一个可以一键修改RuoYi框架包名、项目名等的工具。
1.1 下载地址
https://gitee.com/lpf_project/RuoYi-MT/releases
1.2 项目修改
选择文件,修改后项目目录如右图所示。
2. 新建业务模块
2.1 新建子业务模块
(1)新建Module
(2)维护模块信息保存
2.2 配置子业务模块依赖
在子业务模块pom.xml文件中,添加核心模块依赖。
<!-- 核心模块-->
<dependency><groupId>edu.wfit</groupId><artifactId>smartlearn-framework</artifactId>
</dependency>
2.3 配置项目模块版本依赖
在项目pom.xml文件中,添加子项目版本。
<!-- 学生信息管理-->
<dependency><groupId>edu.wfit</groupId><artifactId>smartlearn-student</artifactId><version>${smartlearn.version}</version>
</dependency>
2.4 配置项目模块版本依赖
<!-- 学生信息管理-->
<dependency><groupId>edu.wfit</groupId><artifactId>smartlearn-student</artifactId>
</dependency>