Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leihuazhe/springboot-quartz

Powerful and reliable industrial-grade scheduled task management system, easily schedule tasks, simple configuration, immediate effect!
https://github.com/leihuazhe/springboot-quartz

quartz scheduler spring

Last synced: 3 days ago
JSON representation

Powerful and reliable industrial-grade scheduled task management system, easily schedule tasks, simple configuration, immediate effect!

Awesome Lists containing this project

README

        

# springboot-quartz
本项目是使用springboot + mybatis +quartz 实现的从数据库读取定时任务的demo
由于一般的quartz demo过于简单,在做复杂的定时任务时,需要考虑很多方面。
本demo考虑多方面后,实现了全面的quartz应用,
这也是目前我司项目中用到的quartz的简化,希望大家会喜欢