Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.