diff --git a/README.md b/README.md index a457d329f8052b60d2316c0b74d380694076a126..52907f0cd9e74a5101d686e4c23e2cea5894a6e0 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.