特定の日時に Java アプリケーションにいくつかのアクションを実行させる必要があります。シナリオは次のとおりです。
1- user set a specific time and frequency (every day, every month)
2- system starts a trigger for the request
3- once that pre-defined frequency and time are reached
3.1 - system performs the required actions that are kept in a method
私はこの答えを見つけましたが、それを機能させることができませんでした。
例をいただければ幸いです。