Using cron expressions

Task scheduling is done using cron expressions. A cron expression is a string which consists of six fields:

The following operators can be used in the expression:

The following examples show valid cron expressions:

See https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/support/CronExpression.html for the official documentation.