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.
毎日 13:30、15:30、18:00 に実行されるジョブを説明するために 1 つのクォーツ式を使用できますか?
ゲルン
Quartz クイック スタート ガイドを参照してください。
単一の cron 式でそれを行うことはできないと思います。0 30 13,15 * *と のように2 つ必要です0 0 18 * *。
0 30 13,15 * *
0 0 18 * *