40 Star 207 Fork 96

NeatLogic / neatlogic-itom-all

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
WAR_INSTALL.md 592 Bytes
Copy Edit Raw Blame History
lvzk authored 2023-12-08 07:46 . update WAR_INSTALL.md.

中文 / English

构建教程

前提条件

先安装好jdk1.8、maven3.8+和git

1.拉取项目代码

git clone https://gitee.com/neat-logic/neatlogic-itom-all.git  --recurse-submodules
#切换分支
git submodule foreach 'git checkout develop3.0.0'

2.进入 neatlogic-itom-all 文件夹

cd neatlogic-itom-all

3.执行install脚本

将这个mvn_install_neatlogic_war.sh脚本放到neatlogic-itom-all目录下

sh mvn_install_neatlogic_war.sh

输入图片说明

Java
1
https://gitee.com/neat-logic/neatlogic-itom-all.git
git@gitee.com:neat-logic/neatlogic-itom-all.git
neat-logic
neatlogic-itom-all
neatlogic-itom-all
develop3.0.0

Search