My java class unable to run @Scheduled cron annotation

18 Views Asked by At

While executing my Java application, @Scheduled cron expression is not being called? But one of the other class in the same project executes @Scheduled cron? What could be the reason?

I was expecting the both classes should execute.

0

There are 0 best solutions below