What is the @Scheduled annotation
ReportQuestion
fixedRate makes Spring run the task on periodic intervals even if the last invocation may be still running.
fixedDelay specifically controls the next execution time when the last execution finishes.
cron is a feature originating from Unix cron utility and has various options based on ...
Please briefly explain why you feel this question should be reported .
0
Java
2 years
0 Answers
43 views