Quartz start at a specific time and run at specific interval

北城余情 提交于 2019-12-06 15:44:06

It seems to be not possible in single expression. There is good link, to create your cron expression, you may refer Cron Maker

==Updated==

You can have two cron expression

0 30/30 8 ? * * *   //every day 8:30

And,

0 0/30 9-23 * * ?  // every 30 min starts from 9:00
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!