Skip to content

Commit cd303ef

Browse files
ZhiFengJiajiazhifeng
authored andcommitted
refactor:修改启动脚本
Signed-off-by: jiazhifeng <wb.jiazhifeng01@mesg.corp.netease.com>
1 parent 2a0beb1 commit cd303ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

remote-web/src/bin/startup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
22
@chcp.com 65001 > NUL
3-
java -server -Xms1G -Xmx1G -Xmn256m -cp "../config/;../lib/*" com.jzf.remote.core.RemoteCoreApplication
3+
java -server -Xms1G -Xmx1G -Xmn256m -cp "../config/;../lib/*" com.jzf.remote.web.RemoteWebApplication
44
pause

remote-web/src/bin/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nohup java -server -Xms1G -Xmx1G -Xmn256m -cp "../config/:../lib/*" com.jzf.remote.core.RemoteCoreApplication 1>/dev/null 2>&1 &
1+
nohup java -server -Xms1G -Xmx1G -Xmn256m -cp "../config/:../lib/*" com.jzf.remote.web.RemoteWebApplication 1>/dev/null 2>&1 &
22
echo "PID [ $! ]"

0 commit comments

Comments
 (0)