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
bdac4b00
authored
Jul 24, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
coding
parent
9b8b3977
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
doc/XXL-JOB-1.4.x用户手册.md
xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobCodeController.java
xxl-job-admin/src/main/resources/config.properties
doc/XXL-JOB-1.4.x用户手册.md
View file @
bdac4b00
This diff is collapsed.
Click to expand it.
xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobCodeController.java
View file @
bdac4b00
...
@@ -69,7 +69,7 @@ public class JobCodeController {
...
@@ -69,7 +69,7 @@ public class JobCodeController {
if
(
StringUtils
.
isNotBlank
(
xxlJobLogGlue
.
getGlueSource
())
&&
StringUtils
.
isNotBlank
(
xxlJobLogGlue
.
getGlueRemark
()))
{
if
(
StringUtils
.
isNotBlank
(
xxlJobLogGlue
.
getGlueSource
())
&&
StringUtils
.
isNotBlank
(
xxlJobLogGlue
.
getGlueRemark
()))
{
xxlJobLogGlueDao
.
save
(
xxlJobLogGlue
);
xxlJobLogGlueDao
.
save
(
xxlJobLogGlue
);
// remove code backup more than 30
// remove code backup more than 30
xxlJobLogGlueDao
.
removeOld
(
xxlJobLogGlue
.
getJobGroup
(),
xxlJobLogGlue
.
getJobName
(),
3
);
xxlJobLogGlueDao
.
removeOld
(
xxlJobLogGlue
.
getJobGroup
(),
xxlJobLogGlue
.
getJobName
(),
3
0
);
}
}
...
...
xxl-job-admin/src/main/resources/config.properties
View file @
bdac4b00
...
@@ -4,7 +4,7 @@ mail.port=25
...
@@ -4,7 +4,7 @@ mail.port=25
mail.username
=
ovono802302@163.com
mail.username
=
ovono802302@163.com
mail.password
=
asdfzxcv
mail.password
=
asdfzxcv
mail.sendFrom
=
ovono802302@163.com
mail.sendFrom
=
ovono802302@163.com
mail.sendNick
=
《
调度
调度平台XXL-JOB》
mail.sendNick
=
《
任务
调度平台XXL-JOB》
# for login
# for login
login.username
=
admin
login.username
=
admin
...
...
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