Adding Quartz to Spring Boot

In my "Specifications to the Rescue" article, I presented the ease and ability to leverage the JPA Specification in Spring Boot to provide filter options for your RESTful API.  I followed up with another article, called "Testing those Specifications," which covered how those very specifications can be tested.

Taking things another step further, I thought I would demonstrate just how easy it is to add a job scheduler into the same Spring Boot application.