Files
saas-houduan/bin/run-modules-system.bat
T

14 lines
324 B
Batchfile
Raw Normal View History

2025-08-11 18:46:44 +08:00
@echo off
echo.
2025-11-24 16:19:09 +08:00
echo [Ϣ] ʹJarModules-System̡
2025-08-11 18:46:44 +08:00
echo.
cd %~dp0
2025-11-24 16:19:09 +08:00
cd ../tongran-modules/tongran-system/target
2025-08-11 18:46:44 +08:00
set JAVA_OPTS=-Xms512m -Xmx1024m -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m
2025-11-24 16:19:09 +08:00
java -Dfile.encoding=utf-8 %JAVA_OPTS% -jar tongran-modules-system.jar
2025-08-11 18:46:44 +08:00
cd bin
pause