Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用石英调度程序在每个月的最后一个周末触发触发器?
Quartz 调度器通过 'L' 字符支持这一点。
例如,要在每个月的最后一天上午 9:30 运行,cron 表达式为:
0 30 9 L * ?