mirror of
https://github.com/fabioformosa/quartz-manager.git
synced 2026-01-02 15:43:17 +09:00
Update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[](https://travis-ci.org/fabioformosa/quartz-manager)
|
||||
[](https://maven-badges.herokuapp.com/maven-central/it.fabioformosa.quartz-manager/quartz-manager-starter-api)
|
||||
[](https://gitter.im/quartz-manager/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
||||
|
||||
# QUARTZ MANAGER
|
||||
Quartz Manager is a library you can import in your spring webapp to easily enable the [Quartz Scheduler](http://www.quartz-scheduler.org/) and to control it by REST APIs or by a UI Manager Panel (angular-based).
|
||||
@@ -205,6 +205,13 @@ Take a loot to the project [Quartz-Manager Demo](https://github.com/fabioformosa
|
||||
* add a secure layer to allow the API only to logged users
|
||||
* schedule a custom job (a dummy `hello world`)
|
||||
|
||||
## APPLICATION PROPERTIES
|
||||
|
||||
| Property | Values | Description |
|
||||
| :--- |:--- |:--- |
|
||||
| quartz-manager.accounts.in-memory.enabled | boolean | Enable in memory users to login |
|
||||
| quartz-manager.accounts.in-memory.users[0].name | string | |
|
||||
| quartz-manager.accounts.in-memory.users[0].password | string | |
|
||||
|
||||
## ROADMAP
|
||||
Open the [Project Roadmap](https://github.com/fabioformosa/quartz-manager/projects) to take a look at the plan of Quartz Manager.
|
||||
|
||||
Reference in New Issue
Block a user