Installing in Eclipse

Follow these instructions to create a new template project in Eclipse.

  1. Download the latest microservice-project zip file (e.g. my-microservice.zip).
  2. In your Eclipse workspace, go to File -> Import -> General -> Existing Projects into Workspace and select the zip file and click Finish.

  3. In your workspace, you should now see the following project:

The important elements in this project are:

At this point, you're ready to start the microservice from your workspace.