Demo project for online stream #27 about different ways of scheduling tasks in Java, using Java core, spring boot annotations, Quartz and Jobrunr.
To get a link to online stream on YouTube please do the following:
- 💰 Make any donation to support my volunteering initiative to help Ukrainian Armed Forces by means described on my website
- 📧 Write me an email indicating donation amount and time
- 📺 I will reply with the link to the stream on YouTube.
Thank you in advance for your support! Слава Україні! 🇺🇦
Please, compile and run the demo project. You can use provided gradle script:
./gradlew bootRunUse the provided docker-compose.yaml file to start PostgreSQL in Docker (needed for Quartz and Jobrunr).
Uncomment @Component annotations on different examples to see them working.
For further reference, please consider the following sections: