mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-20 09:38:35 +08:00
Update start.bat
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
@echo off & setlocal enabledelayedexpansion
|
||||
|
||||
set LIB_JARS=""
|
||||
cd ..\lib
|
||||
for %%i in (*) do set LIB_JARS=!LIB_JARS!;..\lib\%%i
|
||||
for %%i in (*) do set LIB_JARS=!LIB_JARS!..\lib\%%i;
|
||||
cd ..\bin
|
||||
|
||||
echo %LIB_JARS%
|
||||
|
||||
set JAVA_OPTS=" -server -Xmx2g -Xms2g -Xmn256m -XX:PermSize=128m -Xss256k "
|
||||
|
||||
java %JAVA_OPTS% -jar -Dspring.config.location=..\conf\bootstrap-dev.yml ..\lib\report-core-1.0.0-SNAPSHOT.jar -Xbootclasspath/a:%LIB_JARS%
|
||||
|
||||
Reference in New Issue
Block a user