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
## <aname="using-application"></a>Using the application
45
+
38
46
### <aname="run_local_mc"></a>Running on local m/c
39
47
40
48
* 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
85
93
* If the gradle wrapper doesn't work, then install gradle and run `gradle wrapper` before using `gradlew`.
86
94
* If you need to setup the classpath correctly, then run `./gradlew clean build eclipse` which would setup the `.classpath` accordingly.
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