Skip to content

Commit fd7594e

Browse files
Anil AllewarAnil Allewar
Anil Allewar
authored and
Anil Allewar
committed
Moved sections around
1 parent 84cc80c commit fd7594e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ This repository is an example of how to get Microservices going using Spring Boo
33

44
# Table of Content
55
* [Contributors](#contributors)
6+
* [Application Architecture](#application-architecture)
67
* [Using the application](#using-application)
78
* [Running on local m/c](#run_local_mc)
89
* [Running using docker - NOT WORKING](#run_docker)
9-
* [Application Architecture Diagram](#application-architecture)
1010
* [Microservices Overview](#microservices-overview)
1111
* [Netflix OSS](#netflix-oss)
1212
* [Spring Boot Overview](#spring-boot-overview)
@@ -22,7 +22,7 @@ This repository is an example of how to get Microservices going using Spring Boo
2222
* [Rohit Ghatol](https://www.linkedin.com/in/rohitghatol)
2323
* [Anil Allewar](https://www.linkedin.com/pub/anil-allewar/18/378/393)
2424

25-
## <a name="using-application"></a>Using the application
25+
## <a name="application-architecture"></a>Application Architecture
2626

2727
The application consists of 7 different services
2828

@@ -35,6 +35,14 @@ The application consists of 7 different services
3535
* [api-gateway](api-gateway/README.md) - API gateway that proxies all the micro-services
3636
* [web-portal](web-portal/README.md) - Single Page Application that provides the UI
3737

38+
### Target Architecture
39+
![Target Architecture](/images/Target_Architecture.jpg)
40+
41+
### Application Components
42+
![Components](/images/Application_Components.jpg)
43+
44+
## <a name="using-application"></a>Using the application
45+
3846
### <a name="run_local_mc"></a>Running on local m/c
3947

4048
* You can build all the projects by running the `./build-all-projects.sh` on Mac/Linux systems and then going to each individual folder and running the jars using the `java -jar build/libs/sam<application_name>.jar` command.
@@ -85,14 +93,6 @@ The application consists of 7 different services
8593
* If the gradle wrapper doesn't work, then install gradle and run `gradle wrapper` before using `gradlew`.
8694
* If you need to setup the classpath correctly, then run `./gradlew clean build eclipse` which would setup the `.classpath` accordingly.
8795

88-
## <a name="application-architecture"></a>Application Architecture Diagram
89-
90-
### Target Architecture
91-
![Target Architecture](/images/Target_Architecture.jpg)
92-
93-
### Application Components
94-
![Components](/images/Application_Components.jpg)
95-
9696
## <a name="microservices-overview"></a>Microservices Overview
9797

9898
There is a growing adoption of Microservices in today's world. Numerous SAAS Companies are moving away from building monolithical products and instead adopting Microservices.

0 commit comments

Comments
 (0)