tengcc的gravatar头像
tengcc 2016-01-13 15:41:43

Spring定时任务cron表达式(每一个半小时【90分钟】执行一次)如何实现?

如题,期望各位大牛的回答。只要cron表达式。。。

所有回答列表(6)
遇见,的gravatar头像
遇见,  LV36 2016年1月13日

0 */90 * * * ?

Snail_Yu的gravatar头像
Snail_Yu  LV7 2016年1月14日

每一个半小时【90分钟】执行一次  0 */1.5 * * *

sayHelloWorld的gravatar头像
sayHelloWorld  LV22 2016年1月14日

http://cron.qqe2.com/

hrose12的gravatar头像
hrose12  LV21 2016年1月14日

可以分成2个触发实现
0 0 0/3 * * ?
0 30 1/3 * * ?。

yf6688057的gravatar头像
yf6688057  LV5 2016年1月18日

*/90 * * * *

ftssyang的gravatar头像
ftssyang  LV8 2016年1月27日

<task:scheduled ref="payQuartzJob" method="reOrder" cron="*/90 * * * * ?" />

顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友