Question

I am working on a Spring MVC based project, where I have a requirement to schedule multiple cron jobs which will execute one after the other. I am not getting any way to achieve this, any help ?

Thanks in advance.

Was it helpful?

Solution

if you want just small scheduling fictions check this http://docs.spring.io/spring/docs/4.0.3.RELEASE/spring-framework-reference/htmlsingle/#scheduling otherwise if you want big job scheduling project check http://docs.spring.io/spring-batch/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top