kdayun-template/mavendeploy.bat

12 lines
254 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\mavendeploy.bat
call %~dp0modules\kdayun-manager\mavendeploy.bat
call %~dp0modules\kdayun-admin\mavendeploy.bat
call %~dp0modules\kdayun-report\mavendeploy.bat
pause