From 84ee402ef8aaa218fb0e5c8a6c07740706232209 Mon Sep 17 00:00:00 2001 From: Vijayendra Mudigal Date: Thu, 4 Jun 2020 02:12:28 +0100 Subject: [PATCH] Updated README.md files --- service-one/README.md | 14 ++++++++------ service-two/README.md | 10 +++++----- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/service-one/README.md b/service-one/README.md index 007c32e..04726b9 100644 --- a/service-one/README.md +++ b/service-one/README.md @@ -9,13 +9,13 @@ Below are the architecture of the application in different environments: #### Default Environment -![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/architecture/service-one%20(default).png?raw=true) +![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/architecture/service-one%20(default).png?raw=true) Execute mvn build spring-boot:run to bring up the application in default environment #### Docker Environment -![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/architecture/service-one%20(docker).png?raw=true) +![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/architecture/service-one%20(docker).png?raw=true) Refer: https://github.com/vmudigal/microservices-sample/ to bring up the micro services sample complete application using docker profile. @@ -23,7 +23,7 @@ Refer: https://github.com/vmudigal/microservices-sample/ to bring up the micro s Microservices sample project uses a number of open source projects to work properly: -* [SpringBoot 2.3] - Application framework +* [SpringBoot] - Application framework * [Consul] - Registration and Discovery * [Docker] - Containerization platform * [Project Reactor] - Reactive Systems @@ -31,6 +31,7 @@ Microservices sample project uses a number of open source projects to work prope * [Swagger] - API Documentation * [Rabbit MQ] - Message Broker * [Logstash] - Log Collector +* [Lombok] - Simplifying POJOs ### Tools @@ -45,15 +46,15 @@ Microservices sample project uses a number of open source projects to work prope http://localhost:8082/swagger-ui.html -![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/tools/swagger.png?raw=true) +![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/tools/swagger.png?raw=true) ##### Embedded MongoDB Access the database through a mongodb client. -![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/tools/mongodb-login.png?raw=true) +![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/tools/mongodb-login.png?raw=true) -![alt tag](https://github.com/vmudigal/microservices-sample/service-one/blob/version-5/doc/tools/mongodb.png?raw=true) +![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-one/doc/tools/mongodb.png?raw=true) ### Help @@ -73,3 +74,4 @@ Feel free to reach "vijayendrap@gmail.com" in-case of any concerns. [Swagger]: [Logstash]: [MongoDB]: + [Lombok]: diff --git a/service-two/README.md b/service-two/README.md index 080bb85..20c0420 100644 --- a/service-two/README.md +++ b/service-two/README.md @@ -10,13 +10,13 @@ Below are the architecture of the application in different environments: #### Default Environment -![alt tag](https://github.com/vmudigal/microservices-sample/service-two/blob/version-5/doc/architecture/service-two%20(default).png?raw=true) +![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-two/doc/architecture/service-two%20(default).png?raw=true) Execute `mvn clean install spring-boot:run` to bring up the application in default environment #### Docker Environment -![alt tag](https://github.com/vmudigal/microservices-sample/service-two/blob/version-5/doc/architecture/service-two%20(docker).png?raw=true) +![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-two/doc/architecture/service-two%20(docker).png?raw=true) Refer: https://github.com/vmudigal/microservices-sample to bring up the micro services sample complete application using docker profile. @@ -26,15 +26,15 @@ Refer: https://github.com/vmudigal/microservices-sample to bring up the micro se http://localhost:8084/swagger-ui.html -![alt tag](https://github.com/vmudigal/microservices-sample/service-two/blob/version-5/doc/tools/swagger.png?raw=true) +![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-two/doc/tools/swagger.png?raw=true) ##### H2 Console Access the h2 database through web client: http://localhost:8084/h2 -![alt tag](https://github.com/vmudigal/microservices-sample/service-two/blob/version-5/doc/tools/h2-login.png?raw=true) +![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-two/doc/tools/h2-login.png?raw=true) -![alt tag](https://github.com/vmudigal/microservices-sample/service-two/blob/version-5/doc/tools/h2.png?raw=true) +![alt tag](https://github.com/vmudigal/microservices-sample/blob/version-5/service-two/doc/tools/h2.png?raw=true) ### Technology