- xcopy timesheet_mld\dist\* timesheet_deploy\static_pc\dist\ /y /e /i /q
- xcopy timesheet_h5\dist\* timesheet_deploy\static_h5\dist\ /y /e /i /q
- del management-platform-mld\target\timesheet-3.4.0.jar
- rename management-platform-mld\target\timesheet-mld-3.4.0.jar timesheet-3.4.0.jar
- xcopy management-platform-mld\target\timesheet-3.4.0.jar timesheet_deploy\ /y
- echo "all deployment files are ready!"
- pause
|