You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,11 @@ The application consists of 7 different services
31
31
*[api-gateway](api-gateway/README.md) - API gateway that proxies all the micro-services
32
32
*[web-portal](web-portal/README.md) - Single Page Application that provides the UI
33
33
34
-
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>` command.
34
+
* Running on local m/c
35
+
36
+
* 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.
35
37
36
-
Please refer to the individual readme files on instructions of how to run the services. For demo, you can run the applications in the same order listed above.
38
+
* Please refer to the individual readme files on instructions of how to run the services. For demo, you can run the applications in the same order listed above.
37
39
38
40
Note:
39
41
* If the gradle wrapper doesn't work, then install gradle and run `gradle wrapper` before using `gradlew`.
0 commit comments