소스 검색

Update start.bat

木子李·De 4 년 전
부모
커밋
86b0bfddc8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      report-core/src/main/assembly/bin/start.bat

+ 1 - 1
report-core/src/main/assembly/bin/start.bat

@@ -7,6 +7,6 @@ cd ..\bin
 
 set JAVA_OPTS=" -server -Xmx2g -Xms2g -Xmn256m -XX:PermSize=128m -Xss256k "
 
-java -jar -Dspring.config.location=..\conf\bootstrap-dev.yml ..\lib\report-core-1.0.0-SNAPSHOT.jar -Xbootclasspath/a:%LIB_JARS% %JAVA_OPTS%
+java %JAVA_OPTS% -jar -Dspring.config.location=..\conf\bootstrap-dev.yml ..\lib\report-core-1.0.0-SNAPSHOT.jar -Xbootclasspath/a:%LIB_JARS%
 
 pause