后端的更改
例如:jeecg-boot ==> xyd-manage
直接文件夹重命名即可。
Ps:里面的文件尽量全部修改
用IDEA打开项目
找到父pom.xml文件,修改以下位置
找到[原文件名称:jeecg-boot-base]下的pom.xml文件,修改一下位置
修改module-system下的yml文件
后端修改完毕。
ps:
修改完成后可能出现:Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its
如果出现,执行以下操作:
在IDEA中找到Build ——> Rebuild Project ——> Build Project
在Rebuild Project的过程中出现报错,无视即可;执行完以上操作后,部分类会出现报红,直接启动项目,项目启动成功的话,报红不需要在意。
前端的修改
到此,结束