Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 428 Bytes

Webcron

Webcron is a distributed scheduler web application based on Quartz, Spring, and Vue. It attempts to ease the complex functionalities of Java Quartz Scheduler by providing administration tool with web GUI and RESTFul API.

Built with

  • Java Quartz Scheduler
  • Spring Boot
    • Spring MVC for web accessibility
    • Spring Data JPA for data persistence
    • Springdoc for document generation
  • MySQL as primary database