You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
227 B
Batchfile
8 lines
227 B
Batchfile
3 years ago
|
@echo off
|
||
|
|
||
|
rem Started...
|
||
|
rem java -jar ..\webapp\ci-1.0.0-SNAPSHOT.war
|
||
|
|
||
|
rem Started background...
|
||
|
@START /b shutdown.bat
|
||
|
@START /b .\Java\jdk1.8.0_121\bin\java -jar ..\webapp\ci-1.0.0-SNAPSHOT.war -Dspring.profiles.active=prod
|