kdayun-template/build.bat

19 lines
396 B
Batchfile
Raw Normal View History

2022-02-19 20:28:01 +08:00
@echo off
cd /d %~dp0
set JAVA_HOME=""
set mavenpath=""
call %~dp0modules\kdayun-core\build.bat
call %~dp0modules\kdayun-manager\build.bat
call %~dp0modules\kdayun-admin\build.bat
call %~dp0modules\kdayun-report\build.bat
call %~dp0modules\kdayun-baidu\build.bat
call %~dp0modules\kdayun-wechat\build.bat
call %~dp0modules\kdayun-wecom\build.bat
call %~dp0modules\kdayun-app\build.bat
pause