【仅供内部供应商使用,不提供对外解答和培训】
相比起老的版本,在插件开发环境搭建上,做了一定的改进,基本上做到傻瓜化配置。
克隆开发工程,只需要在控制台中执行下面的命名,然后就是5分钟左右的等待即可:
| Code Block | ||
|---|---|---|
| ||
git clone https://git.coding.net/fanruan/report-starter.git --recursive |
更新开发工程
| Code Block | ||
|---|---|---|
| ||
git submodule foreach git pull |
使用IntelliJ IDEA打开report-starter/project目录即可。