Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
30b7b1a3
authored
Nov 29, 2017
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Log等级调整
parent
41328f47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
xxl-job-core/src/main/java/com/xxl/job/core/util/NetUtil.java
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties
xxl-job-core/src/main/java/com/xxl/job/core/util/NetUtil.java
View file @
30b7b1a3
...
...
@@ -53,7 +53,7 @@ public class NetUtil {
serverSocket
=
new
ServerSocket
(
port
);
used
=
false
;
}
catch
(
IOException
e
)
{
logger
.
info
(
">>>>>>>>>>> xxl-job, port[{}] is in use."
,
port
);
logger
.
debug
(
">>>>>>>>>>> xxl-job, port[{}] is in use."
,
port
);
used
=
true
;
}
finally
{
if
(
serverSocket
!=
null
)
{
...
...
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/resources/application.properties
View file @
30b7b1a3
...
...
@@ -11,7 +11,7 @@ xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin
### xxl-job executor address
xxl.job.executor.appname
=
xxl-job-executor-sample
xxl.job.executor.ip
=
xxl.job.executor.port
=
9998
xxl.job.executor.port
=
-1
### xxl-job log path
xxl.job.executor.logpath
=
/data/applogs/xxl-job/jobhandler/
...
...
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