Files
my-worker/web/bin/run-web.bat

23 lines
380 B
Batchfile
Raw Normal View History

@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [<5B><>Ϣ] <20><><EFBFBD><EFBFBD>Web<65><62><EFBFBD>̣<EFBFBD><CCA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Web<65><62><EFBFBD>̡<EFBFBD>
echo.
%~d0
cd %~dp0
cd ..
call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U
2018-04-17 20:55:22 +08:00
cd target
call unzip -n *.war -d web
2018-04-17 20:55:22 +08:00
cd web/WEB-INF
call startup.bat
pause