All Projects → helloflygit → springboot-quartz

helloflygit / springboot-quartz

Licence: other
springboot集成quartz,并实现定时调度和管理http请求任务

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to springboot-quartz

Go Quartz
Simple, zero-dependency scheduling library for Go
Stars: ✭ 118 (+63.89%)
Mutual labels:  scheduler, quartz
quartz-web
Quartz Web Manager | 基于Quartz进行基于WEB页面的管理
Stars: ✭ 44 (-38.89%)
Mutual labels:  scheduler, quartz
Quartzite
Quarzite is a thin idiomatic Clojure layer on top the Quartz Scheduler
Stars: ✭ 194 (+169.44%)
Mutual labels:  scheduler, quartz
Xxl Job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
Stars: ✭ 20,197 (+27951.39%)
Mutual labels:  scheduler, quartz
Quartznet
Quartz Enterprise Scheduler .NET
Stars: ✭ 4,825 (+6601.39%)
Mutual labels:  scheduler, quartz
Sundial
A Light-weight Job Scheduling Framework
Stars: ✭ 230 (+219.44%)
Mutual labels:  scheduler, quartz
Akka.Quartz.Actor
Quartz scheduling actor
Stars: ✭ 50 (-30.56%)
Mutual labels:  scheduler, quartz
Spring Boot Quartz Scheduler Email Scheduling
Spring Boot Quartz Scheduler Example that schedules Emails to be sent at a later time.
Stars: ✭ 109 (+51.39%)
Mutual labels:  scheduler, quartz
Funiture
慕课网课程推荐 Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等
Stars: ✭ 1,786 (+2380.56%)
Mutual labels:  scheduler, quartz
Sfdx Mass Action Scheduler
🚀 Declaratively schedule Process Builder, Flows, Quick Actions, Email Alerts, Workflow Rules, or Apex to process records from Reports, List Views, SOQL, or Apex.
Stars: ✭ 200 (+177.78%)
Mutual labels:  scheduler
Kue Scheduler
A job scheduler utility for kue, backed by redis and built for node.js
Stars: ✭ 240 (+233.33%)
Mutual labels:  scheduler
Threadly
A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute threaded work safely.
Stars: ✭ 196 (+172.22%)
Mutual labels:  scheduler
Minicron
🕰️ Monitor your cron jobs
Stars: ✭ 2,351 (+3165.28%)
Mutual labels:  scheduler
Jobs
jobs 分布式任务调度平台
Stars: ✭ 245 (+240.28%)
Mutual labels:  scheduler
Crython
Lightweight task scheduler using cron expressions
Stars: ✭ 197 (+173.61%)
Mutual labels:  scheduler
Advanced-xv6
Modern improvements for MIT's xv6 OS
Stars: ✭ 26 (-63.89%)
Mutual labels:  scheduler
Scheduler
GPL version of JavaScript Event Calendar
Stars: ✭ 190 (+163.89%)
Mutual labels:  scheduler
react-timeline-9000
React Timeline
Stars: ✭ 259 (+259.72%)
Mutual labels:  scheduler
thain
Thain is a distributed flow schedule platform.
Stars: ✭ 81 (+12.5%)
Mutual labels:  scheduler
Laravel Cronless Schedule
Run the Laravel scheduler without relying on cron
Stars: ✭ 231 (+220.83%)
Mutual labels:  scheduler

quartz + springboot + httpclient

项目功能

1、springboot集成quartz,使用druid连接池 
2、支持http请求任务定时调度,当前支持get、post表单(formdata)、post Json三种请求类型,并记录返回内容
3、通过web界面进行任务管理,包括任务暂停、恢复、修改、历史记录、历史任务查看功能
4、支持调用接口(/quartz/httpJob/add)进行http任务添加  
5、根据jobname或jobgroup进行查询

部署方式

1、执行sql目录下的create_table.sql文件,建立quartz以及httpjob需要的数据库表  
2、修改application.properties中的数据库连接方式
3、访问http://localhost:8080/httpJob.html可通过web界面进行httpjob管理

组件版本

1、quartz 2.2.3  
2、springboot 2.1.0
3、jdbc 5.1.46
4、httpclient 4.5.6

注意事项

1、调用接口添加http定时请求任务时,requestType(请求类型)必填,只支持填入"GET"、 "POST_JSON"、 "POST_FORM",分别对应get, post json和post form-data三种类型;
2、调用接口添加http定时请求任务时,params(请求参数)选填,若填写,必须组装为合法的json字符串格式。

demo

HTTP请求任务管理
image

HTTP请求任务添加
image

HTTP请求任务执行记录
image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].