From ad6a61f3dfdbddad233c50eaa7b560baac952773 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Wed, 7 Feb 2024 00:24:21 +0100 Subject: [PATCH] Update README.md added a new example for the repo quartz-manager-use-cases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 409e551..1f1d30a 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ You can find some examples of different scenarios of projects which import Quart * *existing-security-header-based* - It demonstrates how Quartz Manager Security can coexists with another Spring Security Config present in your project. Imported libraries: Quartz Manager API, Quartz Manager UI and Quartz Manager Security. * *existing-quartz* - It demonstrates how to Quartz Manager can coexist with a Quartz instance already present in your project Imported libraries: Quartz Manager API, Quartz Manager UI. * *existing-quartz-and-storage* - It demonstrates how to Quartz Manager Persistence can coexist with a Quartz instance already present in your project. Imported libraries: Quartz Manager API, Quartz Manager UI and Quartz Manager Persistence. +* *with-persistence* - It demonstrates how to import the Quartz Manager Persistence and get created the quartz tables automatically at the bootstrap ## Limitations