华西海圻ELN服务端工程
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

14 lines
260 B

@echo off
echo.
echo hxhq-visual-monitor
echo.
cd %~dp0
cd ../hxhq-visual/hxhq-monitor/target
set JAVA_OPTS=-Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m
java -Dfile.encoding=utf-8 %JAVA_OPTS% -jar hxhq-visual-monitor.jar
cd bin
pause