定时任务相关

继承QuartzJobBean 重写executeInternal方法 实现定时任务功能

@DisallowConcurrentExecution 标签 在此次执行完毕前不执行下次定时任务

talk is cheap. show me the code.
原文地址:https://www.cnblogs.com/yushizhang/p/10399269.html