Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 360 Bytes

quartz-example

Demo project for quartz and Spring Boot

Features

  • Spring Boot Integration
  • Clustered quartz jobs, backed by h2 database
  • Simple Repeat Job && Cron Job demonstration
  • Liquibase DB migration

Instructions

  1. install h2
  2. start several instances by running gradle bootRun in several terminals, and observe how they run in a cluster