SpringBlade 码云上我自己的fork的仓库简单使用
拉取项目过程
- 用sourcetree拉取项目
- 用sourcetree初始化
- 拉取远程的develop到本地
idea打开后端项目
- 用idea打开项目
- 设置自定义的maven的配置文件路径
- 将
blade-tool
设置为模块
idea打开前端项目
- 用idea打开项目
- 点击`terminal·执行命令
-
cnpm install
(需要提前安装cnpm) npm run serve
maven自定义配置
<mirror>
<id>nexus-aliyun</id>
<mirrorOf>*,!jeecg,!jeecg-snapshots</mirrorOf>
<name>Nexus aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>