I need to build a repetitive job that runs weekly. I'd usually write a spring controller etc and run that via crontab.
My question is whether I should take this approach or use spring batch - or perhaps someone can recommend a better solution?
I need to do it this week tho and it has to be live soon![]()


Reply With Quote