startup.bat move to /WEB-INF/

This commit is contained in:
thinkgem
2018-04-07 21:48:00 +08:00
parent 4fa38828b0
commit ca56382b00
5 changed files with 42 additions and 55 deletions

View File

@@ -20,7 +20,7 @@ call mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U
cd target/
call unzip -n *.war -d web
cd web
cd web/WEB-INF/
call startup.bat
pause