Skip to content

Getting Started

Gitesh Dalal edited this page Feb 11, 2019 · 27 revisions

Setup

  1. Download the latest starter project source code from Releases section or clone this repository

  2. Extract the source code and then open terminal/console in your working directory

  3. Run cd engine/ && ./gradlew clean build for linux or cd engine\ && gradlew.bat clean build for windows. This will generate engine/build/libs/engine-1.0.0.jar file which is used by gradle to build serve microservices

  4. Install lombok plugin for your IDE (Recommended IDE - Intellij IDEA Community Edition). Refer to lombok site for instructions

  5. Import serve/ as a gradle project into IDE. In case of Intellij, check following boxes while importing project : Use auto-import and create directories for empty content roots automatically

  6. Run cd ../serve/ && ./gradlew clean build using linux terminal or cd ..\serve\ && gradlew.bat clean build on windows console

Running microservices on local machine

Clone this wiki locally