First Program with Quartz Framework | Challenge

# Introduction In this challenge, we will use the `Quartz` framework to create a task scheduling mechanism. The purpose is to display a "Wake up!" message every 2 seconds, repeating 3 times. We will utilize the core interfaces in the `Quartz` framework such as `Job`, `JobDetail`, `Trigger`, and `Scheduler` to achieve this task.

|60 : 00

Click the virtual machine below to start practicing