Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 295 Bytes

File metadata and controls

12 lines (6 loc) · 295 Bytes

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.