华西海圻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
251 B

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