From 3446d1bfbc5b19c3e8217ef6657a6a14a900193c Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Sat, 3 Oct 2020 00:30:16 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2656908..5574877 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,17 @@ Through this webapp you can launch and control your scheduled job. The UI Consol ## ROADMAP Open the [Project Roadmap](https://github.com/fabioformosa/quartz-manager/projects) to take a look at the plan of Quartz Manager. Currently this project might be useful to look how to import Quartz Library in a spring boot application. For this purpose, browse the folder `quartz-manager-parent/quartz-manager-api`. -We're just working to create a library, from project `quartz-manager-parent/quartz-manager-api`, to be imported in your spring boot where you have your job to be scheduled. For instance, the project `quartz-manager-parent/quartz-manager-web` imports it and it adds a secure layer and a custom job that says `hello world`. +We're just working to create a library, from project `quartz-manager-parent/quartz-manager-api`, to be imported in your spring boot where you have your job to be scheduled. +The project `quartz-manager-parent/quartz-manager-web` is an example of how-to: + * import the library + * set the application.yml + * add secure layer + * schedule a custom job (a dummy `hello world`) ## PROJECT STRUCTURE -** quartz-parent/quartz-manager-api ** is the library that can be imported in webapp to have the quartz-manager API. -** quartz-parent/quartz-manager-web ** is an example of webapp that imports quartz-manager-api. It adds a secure layer and a custom job to be scheduled. -** quartz-frontend ** is the angular app that interacts with the Quartz Manager API. +* **quartz-parent/quartz-manager-api** is the library that can be imported in webapp to have the quartz-manager API. +* **quartz-parent/quartz-manager-web** is an example of webapp that imports quartz-manager-api. It adds a secure layer and a custom job to be scheduled. +* **quartz-frontend** is the angular app that interacts with the Quartz Manager API. ## QUICK START **[requirements]** Make sure you have installed