Commit 54cb547d authored by 赵啸非's avatar 赵啸非

添加消息发送

parent a56cf1a4
...@@ -58,7 +58,6 @@ exec "$JAVACMD" $JAVA_OPTS \ ...@@ -58,7 +58,6 @@ exec "$JAVACMD" $JAVA_OPTS \
-Dapp.name="$PROJECT_NAME" \ -Dapp.name="$PROJECT_NAME" \
-Dapp.port="$PORT" \ -Dapp.port="$PORT" \
-Dbasedir="$BASEDIR" \ -Dbasedir="$BASEDIR" \
-Djava.io.tmpdir=$TEMP_PATH \
-Dloader.path="file://$BASEDIR/conf,file://$BASEDIR/lib" \ -Dloader.path="file://$BASEDIR/conf,file://$BASEDIR/lib" \
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=51080 \ -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=51080 \
-jar $MAIN_CLASS \ -jar $MAIN_CLASS \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment