From 6dea0f105466351c1f79a74e7c4b7acd582fe149 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Sun, 10 May 2020 12:44:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14bd0be..b7fb1a2 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Swagger has been added as library. So, you can get REST API doc opening: [http:/ **Style** angular material, FontAwesome 5 From quartz manager ver 2.x.x, the new structure of project is: - * REST backend (java based, using [http://www.quartz-scheduler.org/](http://www.quartz-scheduler.org/) - * Single Page Application frontend (angular 7) + * REST API backend + * Single Page Application frontend (angular 9) (The previous version of quartz manager was a monolithic backend that provided also frontend developed with angularjs 1.6.x. You can find it at the branch 1.x.x)