Commit bdac4b00 by xueli.xue

coding

parent 9b8b3977
...@@ -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(), 30);
} }
......
...@@ -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
......
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 sign in to comment