[build]() [dependencies]() [dependencies]() [license]()


quartz + springboot + RabbitMQ + H2(in-memory database) + dynamic task management web console.

features

preview

visit http://localhost:8080/index after starting application

notice

RabbitMQ is not in use by default. steps blow should be followed to test it.

  1. install rabbitmq-server and start it
  2. update the rabbitmq configuration in application.properties
  3. uncomment code in file Receiver.java & QuartzJobFactory.java & RabbitConfig.java

references