From 8819384cc08014754429767df9e16c20e2e92ccd Mon Sep 17 00:00:00 2001 From: Marek Drwal <37711928+marekd6@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:48:36 +0100 Subject: [PATCH 1/2] Update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6919e06..a745f4b 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ This repository comprises modules of a microservice-based project developed on I Incremental development - **main** full working project -- **2_SpringBootData** basic idea, monolithic Spring Boot app +- [**2_SpringBootData**](https://github.com/marekd6/ISA_Instruments_Spring_Boot/tree/2_SpringBootData) basic idea, monolithic Spring Boot app -- **3_SpringMVC** Model-View-Controller via Command Line with initial data +- [**3_SpringMVC**](https://github.com/marekd6/ISA_Instruments_Spring_Boot/tree/3_SpringMVC) Model-View-Controller via Command Line with initial data -- **4_Spring_Microservices** monolith decomposition into two services with a gateway +- [**4_Spring_Microservices**](https://github.com/marekd6/ISA_Instruments_Spring_Boot/tree/4_SpringMicroservices) monolith decomposition into two services with a gateway -- **5_Angular** Angular for web interface +- [**5_Angular**](#1) Angular for web interface -- **6_Docker** deployment, external dbs +- [**6_Docker**](https://github.com/marekd6/ISA_Instruments_Spring_Boot/tree/6_Docker) deployment, external dbs -- **7_AdvDeployment** volumes, instantiation with Eureka discovery, dbs migration with Liquibase, config server (not yet) +- [**7_AdvDeployment**](https://github.com/marekd6/ISA_Instruments_Spring_Boot/tree/7_AdvDepTmp) volumes, instantiation with Eureka discovery, dbs migration with Liquibase, config server (not yet) From 40217434dea93cacc904d2be0783ca647ba09cb6 Mon Sep 17 00:00:00 2001 From: Marek Drwal <37711928+marekd6@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:05:19 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a745f4b..000da54 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Incremental development - [**4_Spring_Microservices**](https://github.com/marekd6/ISA_Instruments_Spring_Boot/tree/4_SpringMicroservices) monolith decomposition into two services with a gateway -- [**5_Angular**](#1) Angular for web interface +- [**5_Angular**](https://github.com/marekd6/ISA_Instruments_Spring_Boot/tree/5_Angular) Angular for web interface - [**6_Docker**](https://github.com/marekd6/ISA_Instruments_Spring_Boot/tree/6_Docker) deployment, external dbs