-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
-
Download the latest starter project source code from Releases section or clone this repository
-
Extract the source code and then open terminal/console in your working directory
-
Run
cd engine/ && ./gradlew clean buildfor linux orcd engine\ && gradlew.bat clean buildfor windows. This will generateengine/build/libs/engine-1.0.0.jarfile which is used by gradle to build serve microservices -
Install lombok plugin for your IDE (Recommended IDE - Intellij IDEA Community Edition). Refer to lombok site for instructions
-
Import
serve/as a gradle project into IDE. In case of Intellij, check following boxes while importing project :Use auto-importandcreate directories for empty content roots automatically -
Run
cd ../serve/ && ./gradlew clean buildusing linux terminal orcd ..\serve\ && gradlew.bat clean buildon windows console