如果集群:

保存后:

启动两个 job

第二个job的配置:

# web port
server.port=8082 # log config
logging.config=classpath:logback.xml ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin ### xxl-job executor address
xxl.job.executor.appname=toov5-job
xxl.job.executor.ip=
xxl.job.executor.port=9998 ### xxl-job, access token
xxl.job.accessToken= ### xxl-job log path
xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler
### xxl-job log retention days
xxl.job.executor.logretentiondays=-1

 

 

点击恢复:

点击执行!

成功!

最新文章

  1. 4_jquery
  2. NOSDK--项目历程
  3. elasticsearch中的API
  4. Winform 导入导出方法
  5. mybatisforeach循环,传入多个参数
  6. 自定义cursor
  7. MySQL check the manual that corresponds to your MySQL server version for the right syntax错误
  8. File System Shell
  9. HDU2955-Robberies
  10. winform之2---messagebox用法
  11. npm安装删除模块以及cnpm淘宝镜像
  12. 《JavaScript DOM编程艺术》学习笔记(一)
  13. selemiun 自动化测试登录验证码处理
  14. SQLite与FMDB使用中区别
  15. linux配置iptables(3)
  16. 在Qt(C++)中与Python混合编程
  17. office2013 激活方式
  18. nltk30_Investigating bias with NLTK
  19. HDUOJ---1867 A + B for you again
  20. 一款纯css3实现的超炫动画背画特效

热门文章

  1. Eclipse集成resin服务器
  2. 表变量、临时表(with as ,create table)
  3. mysqldump: Got error: 1045
  4. Digit Division
  5. 巨蟒django之权限7:动态生成一级&&二级菜单
  6. Struts之Token机制
  7. Testlink安装访问提示“应用程序DEFAULT WEB SITE”中的服务器错误
  8. django项目部署在Apache服务器中,静态文件路径的注意点
  9. Asp.Net MVC anti-forgery token的问题:nameidentifier or identityprovider not present
  10. python并发编程&多进程(二)