Update README.md

This commit is contained in:
Fabio Formosa
2022-12-04 11:52:24 +01:00
committed by GitHub
parent ee2f80e582
commit cf382db49f

View File

@@ -4,21 +4,20 @@
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=fabioformosa_quartz-manager&metric=coverage)](https://sonarcloud.io/summary/new_code?id=fabioformosa_quartz-manager) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=fabioformosa_quartz-manager&metric=bugs)](https://sonarcloud.io/summary/new_code?id=fabioformosa_quartz-manager) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=fabioformosa_quartz-manager&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=fabioformosa_quartz-manager) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=fabioformosa_quartz-manager&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=fabioformosa_quartz-manager)
[QUARTZ MANAGER](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#quartz-manager)
    [Quartz Manager UI](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#quartz-manager-ui)
    [Quartz Manager API](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#quartz-manager-api)
[HOW IT WORKS](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#how-it-works)
[GET STARTED](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#get-started)
    [Quartz Manager Starter API Lib](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#quartz-manager-starter-api-lib)
    [Quartz Manager Starter UI Lib](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#quartz-manager-starter-ui-lib)
    [Quartz Manager Starter Security Lib](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#quartz-manager-starter-security-lib)
    [Quartz Manager Persistence Lib](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#quartz-manager-starter-persistence-lib)
[EXAMPLES](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#examples)
[LIMITATIONS](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#limitations)
[ROADMAP](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#roadmap)
[REPOSITORY](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#repository)
[HOW TO CONTRIBUTE](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#how-to-contribute)
[SUPPORT THE PROJECT](https://github.com/fabioformosa/quartz-manager/edit/master/README.md#support-the-project)
[QUARTZ MANAGER](https://github.com/fabioformosa/quartz-manager#quartz-manager)
    [Quartz Manager UI]https://github.com/fabioformosa/quartz-manager#quartz-manager-ui)
    [Quartz Manager API](https://github.com/fabioformosa/quartz-manager#quartz-manager-api)
[HOW IT WORKS]https://github.com/fabioformosa/quartz-managerhttps://github.com/fabioformosa/quartz-manager#get-started)
    [Quartz Manager Starter API Lib](https://github.com/fabioformosa/quartz-manager#quartz-manager-starter-api-lib)
    [Quartz Manager Starter UI Lib](https://github.com/fabioformosa/quartz-manager#quartz-manager-starter-ui-lib)
    [Quartz Manager Starter Security Lib](https://github.com/fabioformosa/quartz-manager#quartz-manager-starter-security-lib)
    [Quartz Manager Persistence Lib](https://github.com/fabioformosa/quartz-manager#quartz-manager-starter-persistence-lib)
[EXAMPLES](https://github.com/fabioformosa/quartz-manager#examples)
[LIMITATIONS](https://github.com/fabioformosa/quartz-manager#limitations)
[ROADMAP](https://github.com/fabioformosa/quartz-manager#roadmap)
[REPOSITORY](https://github.com/fabioformosa/quartz-manager#repository)
[HOW TO CONTRIBUTE](https://github.com/fabioformosa/quartz-manager#how-to-contribute)
[SUPPORT THE PROJECT](https://github.com/fabioformosa/quartz-manager#support-the-project)
# QUARTZ MANAGER
In the last decade, the [Quartz Scheduler](http://www.quartz-scheduler.org/) has become the most adopted opensource job scheduling library for Java applications.