jeecg-boot项目前后端搭建以及相关配置
- 后端项目
配置idea的maven,file-settings-输入maven,配置maven home path等信息,如下图,点击apply,点击ok
下载安装好git,打开Idea,点击File-Settings,搜索git,配置Path to Git executable
在Path to Git executable选择之前下载安装好的Git路径下的git.exe文件【Git-cmd-git.exe】
点击Test测试,会出现一个Git version is …,表明配置成功
点击apply,点击ok
拉取项目,点击VCS-Get from Version Control