start.bat
This commit is contained in:
parent
5725df8827
commit
e176f81a0f
|
@ -7,3 +7,4 @@ target
|
|||
dist
|
||||
logs
|
||||
cache
|
||||
build
|
||||
|
|
|
@ -7,6 +7,6 @@ cd ..\bin
|
|||
|
||||
set JAVA_OPTS=" -server -Xmx2g -Xms2g -Xmn256m -XX:PermSize=128m -Xss256k "
|
||||
|
||||
java -Xbootclasspath/a:%LIB_JARS% %JAVA_OPTS% -jar -Dspring.config.location=..\conf\bootstrap-dev.yml ..\lib\report-core-1.0.0-SNAPSHOT.jar
|
||||
java -jar -Dspring.config.location=..\conf\bootstrap-dev.yml ..\lib\report-core-1.0.0-SNAPSHOT.jar -Xbootclasspath/a:%LIB_JARS% %JAVA_OPTS%
|
||||
|
||||
pause
|
Loading…
Reference in New Issue