Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dockerfiles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
schbrain-pub
dockerfiles
Commits
1e62225a
Commit
1e62225a
authored
Dec 22, 2020
by
wukuanxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update JdwpAddress
parent
3d6ccc5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common/run-app.sh
common/run-app.sh
+1
-1
No files found.
common/run-app.sh
View file @
1e62225a
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment