Commit 1e62225a authored by wukuanxin's avatar wukuanxin

Update JdwpAddress

parent 3d6ccc5b
......@@ -22,7 +22,7 @@ fi
JAVA_OPTS="$JAVA_OPTS -DSW_AGENT_COLLECTOR_BACKEND_SERVICES=$SW_SERVICES"
if [ $SPRING_PROFILE != "online" ]; then
JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=$DEBUG_PORT,server=y,suspend=n"
JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=*:$DEBUG_PORT,server=y,suspend=n"
fi
java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar app.jar
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