Tamar Cohen
Tamar Cohen

Reputation: 1292

spring batch start job in a specific time

I'm using Spring Batch in my java application.

I want to schedule a job to run in a specific time, for example - run in 48 hours from now, once only. How can I achieve that behavior?

Couldn't find anything in the documentation...

Upvotes: 1

Views: 2783

Answers (1)

sitakant
sitakant

Reputation: 1878

Try Cron Job.

Link

If you are using Spring , It has given nice flexibility to the job . Follow Link

Upvotes: 3

Related Questions