脚本调整.

This commit is contained in:
aoshiguchen
2023-04-05 17:36:52 +08:00
parent 87e6c066ed
commit 4258845985
17 changed files with 27 additions and 10 deletions
+10
View File
@@ -0,0 +1,10 @@
@echo off
@rem console output code changed to UTF-8
chcp 65001
@rem basic params
set MODULE_NAME="neutrino-proxy-server"
set JAR_NAME="neutrino-proxy-server.jar"
set JVM_OPTS="-Xmx256m" "-Xms256m"
@rem step
cd %~dp0 && cd ../%MODULE_NAME%/target
java -jar %JVM_OPTS% %JAR_NAME%