This commit is contained in:
wentch
2016-01-28 17:12:43 +08:00
parent af90cbe6e5
commit 2172ecf4c7
4 changed files with 4 additions and 4 deletions

View File

@@ -20,5 +20,5 @@ done
export CLASSPATH=$CLASSPATH:$lib
echo "$APP_HOME"
nohup java -DAPP_HOME="$APP_HOME" com.wentch.redkale.boot.Application > "$APP_HOME"/log.out &
nohup java -DAPP_HOME="$APP_HOME" org.redkale.boot.Application > "$APP_HOME"/log.out &