From c8536c7cee26314fcb39dd3f90bf79031e0ba58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=C3=B3jcik?= <michal.wojcik@eti.pg.edu.pl> Date: Mon, 25 Sep 2023 18:00:24 +0200 Subject: [PATCH] chore: branch list updated --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a457d32..52907f0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,21 @@ Telecommunications and Informatics of GdaĹsk University of Technology. [![TypeScript v5][shield-typescript]](https://www.typescriptlang.org/docs/) [![Angular v16][shield-angular]](https://v16.angular.io/docs/) +## Examples + +Each example is provided as different branch. New features are made in incremental way, so each subsequent branch is +based on previous one. In some cases there can be parallel patch in branches incremental (marked by origin branch +column). + +| branch | origin branch | description | +|----------------------|----------------------|-----------------------------------| +| spring-boot | spring-master | Spring Boot & Spring Context | +| spring-data | spring-boot | Spring Data & Jakarta Persistence | +| spring-mvc | spring-data | Spring MVC | +| spring-microservices | spring-mvc | Microservices | +| spring-gateway | spring-microservices | Spring Gateway | +| spring-javascript | spring-gateway | JavaScript UI | + ## License Project is licensed under the [MIT](LICENSE) license. -- GitLab