sample-task Using Spring core task scheduling and execution as cron/task scheduler. Configuration Normally it's autoconfiguration, just add @EnableScheduling to enable it. Examples See code in schedule directory.