YZProjectCloud/bin/run-modules-file.bat

12 lines
226 B
Batchfile
Raw Normal View History

2024-08-17 12:11:19 +08:00
@echo off
2024-12-24 00:04:30 +08:00
2024-08-17 12:11:19 +08:00
cd %~dp0
2024-09-01 19:08:45 +08:00
cd ../yanzhu-modules/yanzhu-file/target
2024-08-17 12:11:19 +08:00
set JAVA_OPTS=-Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m
2024-09-01 19:08:45 +08:00
java -Dfile.encoding=utf-8 %JAVA_OPTS% -jar yanzhu-modules-file.jar
2024-08-17 12:11:19 +08:00
cd bin
pause